#8666CD

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

Shades of True V #8666CD

Tints of True V #8666CD

Color information

#8666CD (or 0x8666CD) is unknown color: approx True V. HEX triplet: 86, 66 and CD. RGB value is (134,102,205). Sum of RGB (Red+Green+Blue) = 134+102+205=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #8666CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8666CD is #799932. Grayscale: #7A7A7A. Windows color (decimal): -7969075 or 13461126. OLE color: 13461126.

HSL color Cylindrical-coordinate representation of color #8666CD: hue angle of 258.64º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8666CD is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134102205-
CMYK0.350.5000.20
HSL258.64º50.74%60.2%-
HSV(B)258.64º50.24%80.39%-
XYZ25.618.9860.07-
YUV123.31174.1135.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=30.39%
G=23.13%
B=46.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341022050.350.5000.20258.6450.7460.2
Hex8666CD2332014103333c
Octal20614631543620244036374
Binary10000110110011011001101100011110010010100100000011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8666CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8666CD; }

 p { color: rgb(134,102,205); }

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

<style>
 a { background-color: #8666CD; }

 a { background-color: rgb(134,102,205); }

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

<style>
 span { border-color: #8666CD; }

 span { border-color: rgb(134,102,205); }

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