#866BD1

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

Shades of True V #866BD1

Tints of True V #866BD1

Color information

#866BD1 (or 0x866BD1) is unknown color: approx True V. HEX triplet: 86, 6B and D1. RGB value is (134,107,209). Sum of RGB (Red+Green+Blue) = 134+107+209=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #866BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BD1 is #79942E. Grayscale: #7E7E7E. Windows color (decimal): -7967791 or 13724550. OLE color: 13724550.

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

Color convert

RGB134107209-
CMYK0.360.4900.18
HSL255.88º52.58%61.96%-
HSV(B)255.88º48.8%81.96%-
XYZ26.620.1962.82-
YUV126.7174.45133.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 107 (42.19% from 255) = 23.78%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=29.78%
G=23.78%
B=46.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341072090.360.4900.18255.8852.5861.96
Hex866BD12431012100353e
Octal20615332144610224006576
Binary10000110110101111010001100100110001010010100000000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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