Html Css Color HEX #9C128E Dark Magenta

📋 copy color: '#9C128E'

red 156 ◦ green 18 ◦ blue 142

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

Shades of Dark Magenta #9C128E

Tints of Dark Magenta #9C128E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.94%

R = 49.37%
G = 5.7%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C128E (or 0x9C128E) is known color: Dark Magenta. HEX triplet: 9C, 12 and 8E. RGB value is (156,18,142). Sum of RGB (Red+Green+Blue) = 156+18+142=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C128E is #63ED71. Grayscale: #494949. Windows color (decimal): -6548850 or 9310876. OLE color: 9310876.

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

Color convert

RGB 156 18 142 -
CMYK 0 0.88 0.09 0.39
HSL 306.09º 0.79% 0.34% -
HSV(B) 306.09º 0.88% 0.61% -
XYZ 18.81 9.45 26.42 -
YUV 73.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 156 18 142 0 0.88 0.09 0.39 306.09 0.79 0.34
Hex 9C 12 8E 0 58 9 27 132 4F 22
Octal 234 22 216 0 130 11 47 462 117 42
Binary 10011100 10010 10001110 0 1011000 1001 100111 100110010 1001111 100010

Color Harmonies of #9C128E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C128E

Black with #9C128E

Text Example


Text Example

White with #9C128E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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