#8664C2

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

Shades of True V #8664C2

Tints of True V #8664C2

Color information

#8664C2 (or 0x8664C2) is unknown color: approx True V. HEX triplet: 86, 64 and C2. RGB value is (134,100,194). Sum of RGB (Red+Green+Blue) = 134+100+194=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 194 - color contains mainly: blue. Hex color #8664C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8664C2 is #799B3D. Grayscale: #787878. Windows color (decimal): -7969598 or 12739718. OLE color: 12739718.

HSL color Cylindrical-coordinate representation of color #8664C2: hue angle of 261.7º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8664C2 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134100194-
CMYK0.310.4800.24
HSL261.7º43.52%57.65%-
HSV(B)261.7º48.45%76.08%-
XYZ24.1318.0853.26-
YUV120.88169.26137.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 100 (39.45% from 255) = 23.36%
BLUE value IS 194 (76.17% from 255) = 45.33%
R=31.31%
G=23.36%
B=45.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341001940.310.4800.24261.743.5257.65
Hex8664C21F300181062c3a
Octal20614430237600304065472
Binary1000011011001001100001011111110000011000100000110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8664C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8664C2; }

 p { color: rgb(134,100,194); }

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

<style>
 a { background-color: #8664C2; }

 a { background-color: rgb(134,100,194); }

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

<style>
 span { border-color: #8664C2; }

 span { border-color: rgb(134,100,194); }

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