Html Css Color HEX #870EDB Dark Violet

📋 copy color: '#870EDB'

red 135 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #870EDB

Tints of Dark Violet #870EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 36.68%
G = 3.8%
B = 59.51%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#870EDB (or 0x870EDB) is known color: Dark Violet. HEX triplet: 87, 0E and DB. RGB value is (135,14,219). Sum of RGB (Red+Green+Blue) = 135+14+219=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #870EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870EDB is #78F124. Grayscale: #484848. Windows color (decimal): -7926053 or 14356103. OLE color: 14356103.

HSL color Cylindrical-coordinate representation of color #870EDB: hue angle of 275.41º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870EDB is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 14 219 -
CMYK 0.38 0.94 0 0.14
HSL 275.41º 0.88% 0.46% -
HSV(B) 275.41º 0.94% 0.86% -
XYZ 22.93 10.58 67.85 -
YUV 73.55 210.09 171.83 -
System Red Green Blue C M Y K H S L
Decimal 135 14 219 0.38 0.94 0 0.14 275.41 0.88 0.46
Hex 87 E DB 26 5E 0 E 113 58 2E
Octal 207 16 333 46 136 0 16 423 130 56
Binary 10000111 1110 11011011 100110 1011110 0 1110 100010011 1011000 101110

Color Harmonies of #870EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870EDB

Black with #870EDB

Text Example


Text Example

White with #870EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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