Html Css Color HEX #860EE1 Dark Violet

📋 copy color: '#860EE1'

red 134 ◦ green 14 ◦ blue 225

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

Shades of Dark Violet #860EE1

Tints of Dark Violet #860EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 60.32%

R = 35.92%
G = 3.75%
B = 60.32%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#860EE1 (or 0x860EE1) is known color: Dark Violet. HEX triplet: 86, 0E and E1. RGB value is (134,14,225). Sum of RGB (Red+Green+Blue) = 134+14+225=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #860EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860EE1 is #79F11E. Grayscale: #494949. Windows color (decimal): -7991583 or 14749318. OLE color: 14749318.

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

Color convert

RGB 134 14 225 -
CMYK 0.40 0.94 0 0.12
HSL 274.12º 0.88% 0.47% -
HSV(B) 274.12º 0.94% 0.88% -
XYZ 23.58 10.82 72.08 -
YUV 73.93 213.26 170.84 -
System Red Green Blue C M Y K H S L
Decimal 134 14 225 0.40 0.94 0 0.12 274.12 0.88 0.47
Hex 86 E E1 28 5E 0 C 112 58 2F
Octal 206 16 341 50 136 0 14 422 130 57
Binary 10000110 1110 11100001 101000 1011110 0 1100 100010010 1011000 101111

Color Harmonies of #860EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860EE1

Black with #860EE1

Text Example


Text Example

White with #860EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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