Html Css Color HEX #870EBA Dark Violet

📋 copy color: '#870EBA'

red 135 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #870EBA

Tints of Dark Violet #870EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.52%

R = 40.3%
G = 4.18%
B = 55.52%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#870EBA (or 0x870EBA) is known color: Dark Violet. HEX triplet: 87, 0E and BA. RGB value is (135,14,186). Sum of RGB (Red+Green+Blue) = 135+14+186=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #870EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870EBA is #78F145. Grayscale: #454545. Windows color (decimal): -7926086 or 12193415. OLE color: 12193415.

HSL color Cylindrical-coordinate representation of color #870EBA: hue angle of 282.21º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870EBA is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 14 186 -
CMYK 0.27 0.92 0 0.27
HSL 282.21º 0.86% 0.39% -
HSV(B) 282.21º 0.92% 0.73% -
XYZ 19.01 9.01 47.19 -
YUV 69.79 193.59 174.51 -
System Red Green Blue C M Y K H S L
Decimal 135 14 186 0.27 0.92 0 0.27 282.21 0.86 0.39
Hex 87 E BA 1B 5C 0 1B 11A 56 27
Octal 207 16 272 33 134 0 33 432 126 47
Binary 10000111 1110 10111010 11011 1011100 0 11011 100011010 1010110 100111

Color Harmonies of #870EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870EBA

Black with #870EBA

Text Example


Text Example

White with #870EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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