#866EC6

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

Shades of True V #866EC6

Tints of True V #866EC6

Color information

#866EC6 (or 0x866EC6) is unknown color: approx True V. HEX triplet: 86, 6E and C6. RGB value is (134,110,198). Sum of RGB (Red+Green+Blue) = 134+110+198=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #866EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EC6 is #799139. Grayscale: #7E7E7E. Windows color (decimal): -7967034 or 13004422. OLE color: 13004422.

HSL color Cylindrical-coordinate representation of color #866EC6: hue angle of 256.36º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #866EC6 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB134110198-
CMYK0.320.4400.22
HSL256.36º43.56%60.39%-
HSV(B)256.36º44.44%77.65%-
XYZ25.620.355.99-
YUV127.21167.95132.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 198 (77.73% from 255) = 44.80%
R=30.32%
G=24.89%
B=44.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341101980.320.4400.22256.3643.5660.39
Hex866EC6202C0161002c3c
Octal20615630640540264005474
Binary10000110110111011000110100000101100010110100000000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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