#8662C3

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

Shades of True V #8662C3

Tints of True V #8662C3

Color information

#8662C3 (or 0x8662C3) is unknown color: approx True V. HEX triplet: 86, 62 and C3. RGB value is (134,98,195). Sum of RGB (Red+Green+Blue) = 134+98+195=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #8662C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8662C3 is #799D3C. Grayscale: #777777. Windows color (decimal): -7970109 or 12804742. OLE color: 12804742.

HSL color Cylindrical-coordinate representation of color #8662C3: hue angle of 262.27º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8662C3 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13498195-
CMYK0.310.5000.24
HSL262.27º44.7%57.45%-
HSV(B)262.27º49.74%76.47%-
XYZ24.0517.7453.79-
YUV119.82170.43138.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 195 (76.56% from 255) = 45.67%
R=31.38%
G=22.95%
B=45.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134981950.310.5000.24262.2744.757.45
Hex8662C31F320181062d39
Octal20614230337620304065571
Binary1000011011000101100001111111110010011000100000110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8662C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8662C3; }

 p { color: rgb(134,98,195); }

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

<style>
 a { background-color: #8662C3; }

 a { background-color: rgb(134,98,195); }

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

<style>
 span { border-color: #8662C3; }

 span { border-color: rgb(134,98,195); }

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