Html Css Color HEX #870095 Dark Magenta

📋 copy color: '#870095'

red 135 ◦ green 0 ◦ blue 149

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

Shades of Dark Magenta #870095

Tints of Dark Magenta #870095

RGB

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

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

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

R = 47.54%
G = 0%
B = 52.46%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#870095 (or 0x870095) is known color: Dark Magenta. HEX triplet: 87, 00 and 95. RGB value is (135,0,149). Sum of RGB (Red+Green+Blue) = 135+0+149=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #870095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870095 is #78FF6A. Grayscale: #383838. Windows color (decimal): -7929707 or 9764999. OLE color: 9764999.

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

Color convert

RGB 135 0 149 -
CMYK 0.09 1 0 0.42
HSL 294.36º 1% 0.29% -
HSV(B) 294.36º 1% 0.58% -
XYZ 15.42 7.32 29.03 -
YUV 57.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 135 0 149 0.09 1 0 0.42 294.36 1 0.29
Hex 87 0 95 9 64 0 2A 126 64 1D
Octal 207 0 225 11 144 0 52 446 144 35
Binary 10000111 0 10010101 1001 1100100 0 101010 100100110 1100100 11101

Color Harmonies of #870095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870095

Black with #870095

Text Example


Text Example

White with #870095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870095; }

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

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

background-color css

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

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

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

border-color css

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

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

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