Html Css Color HEX #860ED1 Dark Violet

📋 copy color: '#860ED1'

red 134 ◦ green 14 ◦ blue 209

#860ED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #860ED1

Tints of Dark Violet #860ED1

RGB

 RED value IS 134 (52.73% from 255) = 37.54%

 GREEN value IS 14 (5.86% from 255) = 3.92%

 BLUE value IS 209 (82.03% from 255) = 58.54%

R = 37.54%
G = 3.92%
B = 58.54%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#860ED1 (or 0x860ED1) is known color: Dark Violet. HEX triplet: 86, 0E and D1. RGB value is (134,14,209). Sum of RGB (Red+Green+Blue) = 134+14+209=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #860ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860ED1 is #79F12E. Grayscale: #474747. Windows color (decimal): -7991599 or 13700742. OLE color: 13700742.

HSL color Cylindrical-coordinate representation of color #860ED1: hue angle of 276.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860ED1 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 14 209 -
CMYK 0.36 0.93 0 0.18
HSL 276.92º 0.87% 0.44% -
HSV(B) 276.92º 0.93% 0.82% -
XYZ 21.5 9.99 61.12 -
YUV 72.11 205.26 172.14 -
System Red Green Blue C M Y K H S L
Decimal 134 14 209 0.36 0.93 0 0.18 276.92 0.87 0.44
Hex 86 E D1 24 5D 0 12 115 57 2C
Octal 206 16 321 44 135 0 22 425 127 54
Binary 10000110 1110 11010001 100100 1011101 0 10010 100010101 1010111 101100

Color Harmonies of #860ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860ED1

Black with #860ED1

Text Example


Text Example

White with #860ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #860ED1;
 }
 .AnyTagClassName
 {
   color: #860ED1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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