Html Css Color HEX #870094 Dark Magenta

📋 copy color: '#870094'

red 135 ◦ green 0 ◦ blue 148

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

Shades of Dark Magenta #870094

Tints of Dark Magenta #870094

RGB

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

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

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

R = 47.7%
G = 0%
B = 52.3%

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

#870094 (or 0x870094) is known color: Dark Magenta. HEX triplet: 87, 00 and 94. RGB value is (135,0,148). Sum of RGB (Red+Green+Blue) = 135+0+148=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #870094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870094 is #78FF6B. Grayscale: #383838. Windows color (decimal): -7929708 or 9699463. OLE color: 9699463.

HSL color Cylindrical-coordinate representation of color #870094: hue angle of 294.73º 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 #870094 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 0 148 -
CMYK 0.09 1 0 0.42
HSL 294.73º 1% 0.29% -
HSV(B) 294.73º 1% 0.58% -
XYZ 15.34 7.29 28.62 -
YUV 57.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 135 0 148 0.09 1 0 0.42 294.73 1 0.29
Hex 87 0 94 9 64 0 2A 127 64 1D
Octal 207 0 224 11 144 0 52 447 144 35
Binary 10000111 0 10010100 1001 1100100 0 101010 100100111 1100100 11101

Color Harmonies of #870094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870094

Black with #870094

Text Example


Text Example

White with #870094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870094; }

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

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

background-color css

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

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

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

border-color css

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

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

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