Html Css Color HEX #9C1389 Dark Magenta

📋 copy color: '#9C1389'

red 156 ◦ green 19 ◦ blue 137

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

Shades of Dark Magenta #9C1389

Tints of Dark Magenta #9C1389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

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

R = 50%
G = 6.09%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C1389 (or 0x9C1389) is known color: Dark Magenta. HEX triplet: 9C, 13 and 89. RGB value is (156,19,137). Sum of RGB (Red+Green+Blue) = 156+19+137=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1389 is #63EC76. Grayscale: #494949. Windows color (decimal): -6548599 or 8983452. OLE color: 8983452.

HSL color Cylindrical-coordinate representation of color #9C1389: hue angle of 308.32º degrees, saturation: 0.78, 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 #9C1389 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 19 137 -
CMYK 0 0.88 0.12 0.39
HSL 308.32º 0.78% 0.34% -
HSV(B) 308.32º 0.88% 0.61% -
XYZ 18.46 9.34 24.5 -
YUV 73.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 156 19 137 0 0.88 0.12 0.39 308.32 0.78 0.34
Hex 9C 13 89 0 58 C 27 134 4E 22
Octal 234 23 211 0 130 14 47 464 116 42
Binary 10011100 10011 10001001 0 1011000 1100 100111 100110100 1001110 100010

Color Harmonies of #9C1389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1389

Black with #9C1389

Text Example


Text Example

White with #9C1389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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