#8660C2

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

Shades of True V #8660C2

Tints of True V #8660C2

Color information

#8660C2 (or 0x8660C2) is unknown color: approx True V. HEX triplet: 86, 60 and C2. RGB value is (134,96,194). Sum of RGB (Red+Green+Blue) = 134+96+194=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #8660C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8660C2 is #799F3D. Grayscale: #767676. Windows color (decimal): -7970622 or 12738694. OLE color: 12738694.

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

Color convert

RGB13496194-
CMYK0.310.5100.24
HSL263.27º44.55%56.86%-
HSV(B)263.27º50.52%76.08%-
XYZ23.7517.3353.13-
YUV118.53170.59139.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 194 (76.17% from 255) = 45.75%
R=31.60%
G=22.64%
B=45.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134961940.310.5100.24263.2744.5556.86
Hex8660C21F330181072d39
Octal20614030237630304075571
Binary1000011011000001100001011111110011011000100000111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8660C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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