Html Css Color HEX #870994 Dark Magenta

📋 copy color: '#870994'

red 135 ◦ green 9 ◦ blue 148

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

Shades of Dark Magenta #870994

Tints of Dark Magenta #870994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.08%

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 46.23%
G = 3.08%
B = 50.68%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#870994 (or 0x870994) is known color: Dark Magenta. HEX triplet: 87, 09 and 94. RGB value is (135,9,148). Sum of RGB (Red+Green+Blue) = 135+9+148=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #870994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870994 is #78F66B. Grayscale: #3E3E3E. Windows color (decimal): -7927404 or 9701767. OLE color: 9701767.

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

Color convert

RGB 135 9 148 -
CMYK 0.09 0.94 0 0.42
HSL 294.39º 0.89% 0.31% -
HSV(B) 294.39º 0.94% 0.58% -
XYZ 15.43 7.48 28.65 -
YUV 62.52 176.24 179.7 -
System Red Green Blue C M Y K H S L
Decimal 135 9 148 0.09 0.94 0 0.42 294.39 0.89 0.31
Hex 87 9 94 9 5E 0 2A 126 59 1F
Octal 207 11 224 11 136 0 52 446 131 37
Binary 10000111 1001 10010100 1001 1011110 0 101010 100100110 1011001 11111

Color Harmonies of #870994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870994

Black with #870994

Text Example


Text Example

White with #870994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870994; }

 p { color: rgb(135,9,148); }

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

background-color css

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

 a { background-color: rgb(135,9,148); }

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

border-color css

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

 span { border-color: rgb(135,9,148); }

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