#8463CE

Color #8463CE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8463CE

Tints of True V #8463CE

Color information

#8463CE (or 0x8463CE) is unknown color: approx True V. HEX triplet: 84, 63 and CE. RGB value is (132,99,206). Sum of RGB (Red+Green+Blue) = 132+99+206=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #8463CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8463CE is #7B9C31. Grayscale: #787878. Windows color (decimal): -8100914 or 13525892. OLE color: 13525892.

HSL color Cylindrical-coordinate representation of color #8463CE: hue angle of 258.5º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8463CE is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13299206-
CMYK0.360.5200.19
HSL258.5º52.2%59.8%-
HSV(B)258.5º51.94%80.78%-
XYZ25.1218.2960.6-
YUV121.06175.93135.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=30.21%
G=22.65%
B=47.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal132992060.360.5200.19258.552.259.8
Hex8463CE2434013103343c
Octal20414331644640234036474
Binary10000100110001111001110100100110100010011100000011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8463CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8463CE; }

 p { color: rgb(132,99,206); }

 H1.HeaderClassName
 {
   color: #8463CE;
 }
 .AnyTagClassName
 {
   color: #8463CE;
 }
</style>
background-color css

<style>
 a { background-color: #8463CE; }

 a { background-color: rgb(132,99,206); }

 div.DivClassName
 {
   background-color: #8463CE;
 }
 .BgClassName
 {
   background-color: #8463CE;
 }
</style>
border-color css

<style>
 span { border-color: #8463CE; }

 span { border-color: rgb(132,99,206); }

 td.TdClassName
 {
   border-color: #8463CE;
 }
 .TagClassName
 {
   border-color: #8463CE;
 }
</style>