Html Css Color HEX #870ED5 Dark Violet

📋 copy color: '#870ED5'

red 135 ◦ green 14 ◦ blue 213

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

Shades of Dark Violet #870ED5

Tints of Dark Violet #870ED5

RGB

 RED value IS 135 (53.13% from 255) = 37.29%

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

 BLUE value IS 213 (83.59% from 255) = 58.84%

R = 37.29%
G = 3.87%
B = 58.84%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#870ED5 (or 0x870ED5) is known color: Dark Violet. HEX triplet: 87, 0E and D5. RGB value is (135,14,213). Sum of RGB (Red+Green+Blue) = 135+14+213=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #870ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ED5 is #78F12A. Grayscale: #484848. Windows color (decimal): -7926059 or 13962887. OLE color: 13962887.

HSL color Cylindrical-coordinate representation of color #870ED5: hue angle of 276.48º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870ED5 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 14 213 -
CMYK 0.37 0.93 0 0.16
HSL 276.48º 0.88% 0.45% -
HSV(B) 276.48º 0.93% 0.84% -
XYZ 22.16 10.27 63.77 -
YUV 72.87 207.09 172.32 -
System Red Green Blue C M Y K H S L
Decimal 135 14 213 0.37 0.93 0 0.16 276.48 0.88 0.45
Hex 87 E D5 25 5D 0 10 114 58 2D
Octal 207 16 325 45 135 0 20 424 130 55
Binary 10000111 1110 11010101 100101 1011101 0 10000 100010100 1011000 101101

Color Harmonies of #870ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870ED5

Black with #870ED5

Text Example


Text Example

White with #870ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870ED5; }

 p { color: rgb(135,14,213); }

 H1.HeaderClassName
 {
   color: #870ED5;
 }
 .AnyTagClassName
 {
   color: #870ED5;
 }
</style>

background-color css

<style>
 a { background-color: #870ED5; }

 a { background-color: rgb(135,14,213); }

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

border-color css

<style>
 span { border-color: #870ED5; }

 span { border-color: rgb(135,14,213); }

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