#8866CD

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

Shades of True V #8866CD

Tints of True V #8866CD

Color information

#8866CD (or 0x8866CD) is unknown color: approx True V. HEX triplet: 88, 66 and CD. RGB value is (136,102,205). Sum of RGB (Red+Green+Blue) = 136+102+205=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #8866CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8866CD is #779932. Grayscale: #7B7B7B. Windows color (decimal): -7838003 or 13461128. OLE color: 13461128.

HSL color Cylindrical-coordinate representation of color #8866CD: hue angle of 259.81º 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 #8866CD is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136102205-
CMYK0.340.5000.20
HSL259.81º50.74%60.2%-
HSV(B)259.81º50.24%80.39%-
XYZ25.9219.1460.09-
YUV123.91173.76136.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.70%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=30.70%
G=23.02%
B=46.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361022050.340.5000.20259.8150.7460.2
Hex8866CD2232014104333c
Octal21014631542620244046374
Binary10001000110011011001101100010110010010100100000100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8866CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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