Html Css Color HEX #870D95 Dark Magenta

📋 copy color: '#870D95'

red 135 ◦ green 13 ◦ blue 149

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

Shades of Dark Magenta #870D95

Tints of Dark Magenta #870D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 45.45%
G = 4.38%
B = 50.17%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#870D95 (or 0x870D95) is known color: Dark Magenta. HEX triplet: 87, 0D and 95. RGB value is (135,13,149). Sum of RGB (Red+Green+Blue) = 135+13+149=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #870D95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870D95 is #78F26A. Grayscale: #404040. Windows color (decimal): -7926379 or 9768327. OLE color: 9768327.

HSL color Cylindrical-coordinate representation of color #870D95: hue angle of 293.82º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870D95 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 13 149 -
CMYK 0.09 0.91 0 0.42
HSL 293.82º 0.84% 0.32% -
HSV(B) 293.82º 0.91% 0.58% -
XYZ 15.56 7.61 29.08 -
YUV 64.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 135 13 149 0.09 0.91 0 0.42 293.82 0.84 0.32
Hex 87 D 95 9 5B 0 2A 126 54 20
Octal 207 15 225 11 133 0 52 446 124 40
Binary 10000111 1101 10010101 1001 1011011 0 101010 100100110 1010100 100000

Color Harmonies of #870D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D95

Black with #870D95

Text Example


Text Example

White with #870D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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