#860EDE

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

Shades of Dark Violet #860EDE

Tints of Dark Violet #860EDE

Color information

#860EDE (or 0x860EDE) is unknown color: approx Dark Violet. HEX triplet: 86, 0E and DE. RGB value is (134,14,222). Sum of RGB (Red+Green+Blue) = 134+14+222=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #860EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860EDE is #79F121. Grayscale: #484848. Windows color (decimal): -7991586 or 14552710. OLE color: 14552710.

HSL color Cylindrical-coordinate representation of color #860EDE: hue angle of 274.62º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860EDE is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13414222-
CMYK0.400.9400.13
HSL274.62º88.14%46.27%-
HSV(B)274.62º93.69%87.06%-
XYZ23.1710.6669.94-
YUV73.59211.76171.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 14 (5.86% from 255) = 3.78%
BLUE value IS 222 (87.11% from 255) = 60%
R=36.22%
G=3.78%
B=60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134142220.400.9400.13274.6288.1446.27
Hex86EDE285E0D113582e
Octal206163365013601542313056
Binary100001101110110111101010001011110011011000100111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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