#860AEB

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

Shades of Dark Violet #860AEB

Tints of Dark Violet #860AEB

Color information

#860AEB (or 0x860AEB) is unknown color: approx Dark Violet. HEX triplet: 86, 0A and EB. RGB value is (134,10,235). Sum of RGB (Red+Green+Blue) = 134+10+235=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #860AEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860AEB is #79F514. Grayscale: #474747. Windows color (decimal): -7992597 or 15403654. OLE color: 15403654.

HSL color Cylindrical-coordinate representation of color #860AEB: hue angle of 273.07º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860AEB is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13410235-
CMYK0.430.9600.08
HSL273.07º91.84%48.04%-
HSV(B)273.07º95.74%92.16%-
XYZ24.9411.2879.46-
YUV72.73219.58171.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 10 (4.30% from 255) = 2.64%
BLUE value IS 235 (92.19% from 255) = 62.01%
R=35.36%
G=2.64%
B=62.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal134102350.430.9600.08273.0791.8448.04
Hex86AEB2B60081115c30
Octal206123535314001042113460
Binary100001101010111010111010111100000010001000100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,10,235); }

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

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

 a { background-color: rgb(134,10,235); }

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

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

 span { border-color: rgb(134,10,235); }

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