Html Css Color HEX #871093 Dark Magenta

📋 copy color: '#871093'

red 135 ◦ green 16 ◦ blue 147

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

Shades of Dark Magenta #871093

Tints of Dark Magenta #871093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.33%

R = 45.3%
G = 5.37%
B = 49.33%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#871093 (or 0x871093) is known color: Dark Magenta. HEX triplet: 87, 10 and 93. RGB value is (135,16,147). Sum of RGB (Red+Green+Blue) = 135+16+147=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #871093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871093 is #78EF6C. Grayscale: #424242. Windows color (decimal): -7925613 or 9638023. OLE color: 9638023.

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

Color convert

RGB 135 16 147 -
CMYK 0.08 0.89 0 0.42
HSL 294.5º 0.8% 0.32% -
HSV(B) 294.5º 0.89% 0.58% -
XYZ 15.44 7.63 28.26 -
YUV 66.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 135 16 147 0.08 0.89 0 0.42 294.5 0.8 0.32
Hex 87 10 93 8 59 0 2A 127 50 20
Octal 207 20 223 10 131 0 52 447 120 40
Binary 10000111 10000 10010011 1000 1011001 0 101010 100100111 1010000 100000

Color Harmonies of #871093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871093

Black with #871093

Text Example


Text Example

White with #871093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871093; }

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

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

background-color css

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

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

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

border-color css

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

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

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