#860EBE

Color #860EBE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #860EBE

Tints of Dark Violet #860EBE

Color information

#860EBE (or 0x860EBE) is unknown color: approx Dark Violet. HEX triplet: 86, 0E and BE. RGB value is (134,14,190). Sum of RGB (Red+Green+Blue) = 134+14+190=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #860EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860EBE is #79F141. Grayscale: #454545. Windows color (decimal): -7991618 or 12455558. OLE color: 12455558.

HSL color Cylindrical-coordinate representation of color #860EBE: hue angle of 280.91º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860EBE is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13414190-
CMYK0.290.9300.25
HSL280.91º86.27%40%-
HSV(B)280.91º92.63%74.51%-
XYZ19.289.149.46-
YUV69.94195.76173.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 14 (5.86% from 255) = 4.14%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=39.64%
G=4.14%
B=56.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134141900.290.9300.25280.9186.2740
Hex86EBE1D5D0191195628
Octal206162763513503143112650
Binary100001101110101111101110110111010110011000110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860EBE; }

 p { color: rgb(134,14,190); }

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

<style>
 a { background-color: #860EBE; }

 a { background-color: rgb(134,14,190); }

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

<style>
 span { border-color: #860EBE; }

 span { border-color: rgb(134,14,190); }

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