Html Css Color HEX #870196 Dark Magenta

📋 copy color: '#870196'

red 135 ◦ green 1 ◦ blue 150

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

Shades of Dark Magenta #870196

Tints of Dark Magenta #870196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 47.2%
G = 0.35%
B = 52.45%

CMYK

 C value IS 0.1

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#870196 (or 0x870196) is known color: Dark Magenta. HEX triplet: 87, 01 and 96. RGB value is (135,1,150). Sum of RGB (Red+Green+Blue) = 135+1+150=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #870196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870196 is #78FE69. Grayscale: #393939. Windows color (decimal): -7929450 or 9830791. OLE color: 9830791.

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

Color convert

RGB 135 1 150 -
CMYK 0.1 0.99 0 0.41
HSL 293.96º 0.99% 0.3% -
HSV(B) 293.96º 0.99% 0.59% -
XYZ 15.51 7.37 29.46 -
YUV 58.05 179.89 182.88 -
System Red Green Blue C M Y K H S L
Decimal 135 1 150 0.1 0.99 0 0.41 293.96 0.99 0.3
Hex 87 1 96 A 63 0 29 126 63 1E
Octal 207 1 226 12 143 0 51 446 143 36
Binary 10000111 1 10010110 1010 1100011 0 101001 100100110 1100011 11110

Color Harmonies of #870196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870196

Black with #870196

Text Example


Text Example

White with #870196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870196; }

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

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

background-color css

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

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

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

border-color css

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

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

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