Html Css Color HEX #870296 Dark Magenta

📋 copy color: '#870296'

red 135 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #870296

Tints of Dark Magenta #870296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 47.04%
G = 0.7%
B = 52.26%

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

#870296 (or 0x870296) is known color: Dark Magenta. HEX triplet: 87, 02 and 96. RGB value is (135,2,150). Sum of RGB (Red+Green+Blue) = 135+2+150=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #870296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870296 is #78FD69. Grayscale: #3A3A3A. Windows color (decimal): -7929194 or 9831047. OLE color: 9831047.

HSL color Cylindrical-coordinate representation of color #870296: hue angle of 293.92º degrees, saturation: 0.97, 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 #870296 is Cyan = 0.1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 2 150 -
CMYK 0.1 0.99 0 0.41
HSL 293.92º 0.97% 0.3% -
HSV(B) 293.92º 0.99% 0.59% -
XYZ 15.52 7.4 29.46 -
YUV 58.64 179.56 182.47 -
System Red Green Blue C M Y K H S L
Decimal 135 2 150 0.1 0.99 0 0.41 293.92 0.97 0.3
Hex 87 2 96 A 63 0 29 126 61 1E
Octal 207 2 226 12 143 0 51 446 141 36
Binary 10000111 10 10010110 1010 1100011 0 101001 100100110 1100001 11110

Color Harmonies of #870296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870296

Black with #870296

Text Example


Text Example

White with #870296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870296; }

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

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

background-color css

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

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

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

border-color css

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

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

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