Html Css Color HEX #870096 Dark Magenta

📋 copy color: '#870096'

red 135 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #870096

Tints of Dark Magenta #870096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 52.63%

R = 47.37%
G = 0%
B = 52.63%

CMYK

 C value IS 0.1

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#870096 (or 0x870096) is known color: Dark Magenta. HEX triplet: 87, 00 and 96. RGB value is (135,0,150). Sum of RGB (Red+Green+Blue) = 135+0+150=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #870096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870096 is #78FF69. Grayscale: #393939. Windows color (decimal): -7929706 or 9830535. OLE color: 9830535.

HSL color Cylindrical-coordinate representation of color #870096: hue angle of 294º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870096 is Cyan = 0.1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 0 150 -
CMYK 0.1 1 0 0.41
HSL 294º 1% 0.29% -
HSV(B) 294º 1% 0.59% -
XYZ 15.5 7.35 29.46 -
YUV 57.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 135 0 150 0.1 1 0 0.41 294 1 0.29
Hex 87 0 96 A 64 0 29 126 64 1D
Octal 207 0 226 12 144 0 51 446 144 35
Binary 10000111 0 10010110 1010 1100100 0 101001 100100110 1100100 11101

Color Harmonies of #870096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870096

Black with #870096

Text Example


Text Example

White with #870096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870096; }

 p { color: rgb(135,0,150); }

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

background-color css

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

 a { background-color: rgb(135,0,150); }

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

border-color css

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

 span { border-color: rgb(135,0,150); }

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