#8660CB

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

Shades of True V #8660CB

Tints of True V #8660CB

Color information

#8660CB (or 0x8660CB) is unknown color: approx True V. HEX triplet: 86, 60 and CB. RGB value is (134,96,203). Sum of RGB (Red+Green+Blue) = 134+96+203=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #8660CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8660CB is #799F34. Grayscale: #777777. Windows color (decimal): -7970613 or 13328518. OLE color: 13328518.

HSL color Cylindrical-coordinate representation of color #8660CB: hue angle of 261.31º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8660CB is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13496203-
CMYK0.340.5300.20
HSL261.31º50.71%58.63%-
HSV(B)261.31º52.71%79.61%-
XYZ24.7917.7558.62-
YUV119.56175.09138.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 203 (79.69% from 255) = 46.88%
R=30.95%
G=22.17%
B=46.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134962030.340.5300.20261.3150.7158.63
Hex8660CB2235014105333b
Octal20614031342650244056373
Binary10000110110000011001011100010110101010100100000101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8660CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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