Html Css Color HEX #871092 Dark Magenta

📋 copy color: '#871092'

red 135 ◦ green 16 ◦ blue 146

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

Shades of Dark Magenta #871092

Tints of Dark Magenta #871092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.39%

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 45.45%
G = 5.39%
B = 49.16%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#871092 (or 0x871092) is known color: Dark Magenta. HEX triplet: 87, 10 and 92. RGB value is (135,16,146). Sum of RGB (Red+Green+Blue) = 135+16+146=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #871092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871092 is #78EF6D. Grayscale: #424242. Windows color (decimal): -7925614 or 9572487. OLE color: 9572487.

HSL color Cylindrical-coordinate representation of color #871092: hue angle of 294.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871092 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 16 146 -
CMYK 0.08 0.89 0 0.43
HSL 294.92º 0.8% 0.32% -
HSV(B) 294.92º 0.89% 0.57% -
XYZ 15.37 7.6 27.85 -
YUV 66.4 172.92 176.93 -
System Red Green Blue C M Y K H S L
Decimal 135 16 146 0.08 0.89 0 0.43 294.92 0.8 0.32
Hex 87 10 92 8 59 0 2B 127 50 20
Octal 207 20 222 10 131 0 53 447 120 40
Binary 10000111 10000 10010010 1000 1011001 0 101011 100100111 1010000 100000

Color Harmonies of #871092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871092

Black with #871092

Text Example


Text Example

White with #871092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871092; }

 p { color: rgb(135,16,146); }

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

background-color css

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

 a { background-color: rgb(135,16,146); }

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

border-color css

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

 span { border-color: rgb(135,16,146); }

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