#860EBF

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

Shades of Dark Violet #860EBF

Tints of Dark Violet #860EBF

Color information

#860EBF (or 0x860EBF) is unknown color: approx Dark Violet. HEX triplet: 86, 0E and BF. RGB value is (134,14,191). Sum of RGB (Red+Green+Blue) = 134+14+191=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #860EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860EBF is #79F140. Grayscale: #454545. Windows color (decimal): -7991617 or 12521094. OLE color: 12521094.

HSL color Cylindrical-coordinate representation of color #860EBF: hue angle of 280.68º 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 #860EBF is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13414191-
CMYK0.300.9300.25
HSL280.68º86.34%40.2%-
HSV(B)280.68º92.67%74.9%-
XYZ19.399.1450.03-
YUV70.06196.26173.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 14 (5.86% from 255) = 4.13%
BLUE value IS 191 (75% from 255) = 56.34%
R=39.53%
G=4.13%
B=56.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134141910.300.9300.25280.6886.3440.2
Hex86EBF1E5D0191195628
Octal206162773613503143112650
Binary100001101110101111111111010111010110011000110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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