#866DB9

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

Shades of True V #866DB9

Tints of True V #866DB9

Color information

#866DB9 (or 0x866DB9) is unknown color: approx True V. HEX triplet: 86, 6D and B9. RGB value is (134,109,185). Sum of RGB (Red+Green+Blue) = 134+109+185=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #866DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DB9 is #799246. Grayscale: #7C7C7C. Windows color (decimal): -7967303 or 12152198. OLE color: 12152198.

HSL color Cylindrical-coordinate representation of color #866DB9: hue angle of 259.74º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #866DB9 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134109185-
CMYK0.280.4100.27
HSL259.74º35.19%57.65%-
HSV(B)259.74º41.08%72.55%-
XYZ24.0619.5148.4-
YUV125.14161.78134.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=31.31%
G=25.47%
B=43.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341091850.280.4100.27259.7435.1957.65
Hex866DB91C2901B104233a
Octal20615527134510334044372
Binary1000011011011011011100111100101001011011100000100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,109,185); }

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

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

 a { background-color: rgb(134,109,185); }

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

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

 span { border-color: rgb(134,109,185); }

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