Html Css Color HEX #9C1089 Dark Magenta

📋 copy color: '#9C1089'

red 156 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #9C1089

Tints of Dark Magenta #9C1089

RGB

 RED value IS 156 (61.33% from 255) = 50.49%

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

 BLUE value IS 137 (53.91% from 255) = 44.34%

R = 50.49%
G = 5.18%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C1089 (or 0x9C1089) is known color: Dark Magenta. HEX triplet: 9C, 10 and 89. RGB value is (156,16,137). Sum of RGB (Red+Green+Blue) = 156+16+137=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1089 is #63EF76. Grayscale: #474747. Windows color (decimal): -6549367 or 8982684. OLE color: 8982684.

HSL color Cylindrical-coordinate representation of color #9C1089: hue angle of 308.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1089 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 16 137 -
CMYK 0 0.90 0.12 0.39
HSL 308.14º 0.81% 0.34% -
HSV(B) 308.14º 0.9% 0.61% -
XYZ 18.41 9.24 24.48 -
YUV 71.65 164.88 188.16 -
System Red Green Blue C M Y K H S L
Decimal 156 16 137 0 0.90 0.12 0.39 308.14 0.81 0.34
Hex 9C 10 89 0 5A C 27 134 51 22
Octal 234 20 211 0 132 14 47 464 121 42
Binary 10011100 10000 10001001 0 1011010 1100 100111 100110100 1010001 100010

Color Harmonies of #9C1089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1089

Black with #9C1089

Text Example


Text Example

White with #9C1089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C1089; }

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

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

background-color css

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

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

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

border-color css

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

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

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