#860AED

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

Shades of Dark Violet #860AED

Tints of Dark Violet #860AED

Color information

#860AED (or 0x860AED) is unknown color: approx Dark Violet. HEX triplet: 86, 0A and ED. RGB value is (134,10,237). Sum of RGB (Red+Green+Blue) = 134+10+237=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #860AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860AED is #79F512. Grayscale: #484848. Windows color (decimal): -7992595 or 15534726. OLE color: 15534726.

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

Color convert

RGB13410237-
CMYK0.430.9600.07
HSL272.78º91.9%48.43%-
HSV(B)272.78º95.78%92.94%-
XYZ25.2311.480.99-
YUV72.95220.58171.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 10 (4.30% from 255) = 2.62%
BLUE value IS 237 (92.97% from 255) = 62.20%
R=35.17%
G=2.62%
B=62.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal134102370.430.9600.07272.7891.948.43
Hex86AED2B60071115c30
Octal20612355531400742113460
Binary10000110101011101101101011110000001111000100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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