#866DCA

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

Shades of True V #866DCA

Tints of True V #866DCA

Color information

#866DCA (or 0x866DCA) is unknown color: approx True V. HEX triplet: 86, 6D and CA. RGB value is (134,109,202). Sum of RGB (Red+Green+Blue) = 134+109+202=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #866DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DCA is #799235. Grayscale: #7E7E7E. Windows color (decimal): -7967286 or 13266310. OLE color: 13266310.

HSL color Cylindrical-coordinate representation of color #866DCA: hue angle of 256.13º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #866DCA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134109202-
CMYK0.340.4600.21
HSL256.13º46.73%60.98%-
HSV(B)256.13º46.04%79.22%-
XYZ25.9620.2758.42-
YUV127.08170.28132.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=30.11%
G=24.49%
B=45.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341092020.340.4600.21256.1346.7360.98
Hex866DCA222E0151002f3d
Octal20615531242560254005775
Binary10000110110110111001010100010101110010101100000000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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