#866ED1

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

Shades of True V #866ED1

Tints of True V #866ED1

Color information

#866ED1 (or 0x866ED1) is unknown color: approx True V. HEX triplet: 86, 6E and D1. RGB value is (134,110,209). Sum of RGB (Red+Green+Blue) = 134+110+209=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #866ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ED1 is #79912E. Grayscale: #808080. Windows color (decimal): -7967023 or 13725318. OLE color: 13725318.

HSL color Cylindrical-coordinate representation of color #866ED1: hue angle of 254.55º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #866ED1 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134110209-
CMYK0.360.4700.18
HSL254.55º51.83%62.55%-
HSV(B)254.55º47.37%81.96%-
XYZ26.9220.8262.92-
YUV128.46173.45131.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.58%
GREEN value IS 110 (43.36% from 255) = 24.28%
BLUE value IS 209 (82.03% from 255) = 46.14%
R=29.58%
G=24.28%
B=46.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341102090.360.4700.18254.5551.8362.55
Hex866ED1242F012ff343f
Octal20615632144570223776477
Binary1000011011011101101000110010010111101001011111111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866ED1; }

 p { color: rgb(134,110,209); }

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

<style>
 a { background-color: #866ED1; }

 a { background-color: rgb(134,110,209); }

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

<style>
 span { border-color: #866ED1; }

 span { border-color: rgb(134,110,209); }

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