Html Css Color HEX #89129C Dark Magenta

📋 copy color: '#89129C'

red 137 ◦ green 18 ◦ blue 156

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

Shades of Dark Magenta #89129C

Tints of Dark Magenta #89129C

RGB

 RED value IS 137 (53.91% from 255) = 44.05%

 GREEN value IS 18 (7.42% from 255) = 5.79%

 BLUE value IS 156 (61.33% from 255) = 50.16%

R = 44.05%
G = 5.79%
B = 50.16%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89129C (or 0x89129C) is known color: Dark Magenta. HEX triplet: 89, 12 and 9C. RGB value is (137,18,156). Sum of RGB (Red+Green+Blue) = 137+18+156=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #89129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89129C is #76ED63. Grayscale: #444444. Windows color (decimal): -7794020 or 10228361. OLE color: 10228361.

HSL color Cylindrical-coordinate representation of color #89129C: hue angle of 291.74º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89129C is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 18 156 -
CMYK 0.12 0.88 0 0.39
HSL 291.74º 0.79% 0.34% -
HSV(B) 291.74º 0.88% 0.61% -
XYZ 16.53 8.15 32.15 -
YUV 69.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 137 18 156 0.12 0.88 0 0.39 291.74 0.79 0.34
Hex 89 12 9C C 58 0 27 124 4F 22
Octal 211 22 234 14 130 0 47 444 117 42
Binary 10001001 10010 10011100 1100 1011000 0 100111 100100100 1001111 100010

Color Harmonies of #89129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89129C

Black with #89129C

Text Example


Text Example

White with #89129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89129C; }

 p { color: rgb(137,18,156); }

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

background-color css

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

 a { background-color: rgb(137,18,156); }

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

border-color css

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

 span { border-color: rgb(137,18,156); }

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