Html Css Color HEX #870DAE Dark Violet

📋 copy color: '#870DAE'

red 135 ◦ green 13 ◦ blue 174

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

Shades of Dark Violet #870DAE

Tints of Dark Violet #870DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 41.93%
G = 4.04%
B = 54.04%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#870DAE (or 0x870DAE) is known color: Dark Violet. HEX triplet: 87, 0D and AE. RGB value is (135,13,174). Sum of RGB (Red+Green+Blue) = 135+13+174=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #870DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870DAE is #78F251. Grayscale: #434343. Windows color (decimal): -7926354 or 11406727. OLE color: 11406727.

HSL color Cylindrical-coordinate representation of color #870DAE: hue angle of 285.47º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870DAE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 13 174 -
CMYK 0.22 0.93 0 0.32
HSL 285.47º 0.86% 0.37% -
HSV(B) 285.47º 0.93% 0.68% -
XYZ 17.78 8.49 40.75 -
YUV 67.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 135 13 174 0.22 0.93 0 0.32 285.47 0.86 0.37
Hex 87 D AE 16 5D 0 20 11D 56 25
Octal 207 15 256 26 135 0 40 435 126 45
Binary 10000111 1101 10101110 10110 1011101 0 100000 100011101 1010110 100101

Color Harmonies of #870DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870DAE

Black with #870DAE

Text Example


Text Example

White with #870DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,13,174); }

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

background-color css

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

 a { background-color: rgb(135,13,174); }

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

border-color css

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

 span { border-color: rgb(135,13,174); }

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