Html Css Color HEX #9C048C Dark Magenta

📋 copy color: '#9C048C'

red 156 ◦ green 4 ◦ blue 140

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

Shades of Dark Magenta #9C048C

Tints of Dark Magenta #9C048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

 BLUE value IS 140 (55.08% from 255) = 46.67%

R = 52%
G = 1.33%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C048C (or 0x9C048C) is known color: Dark Magenta. HEX triplet: 9C, 04 and 8C. RGB value is (156,4,140). Sum of RGB (Red+Green+Blue) = 156+4+140=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C048C is #63FB73. Grayscale: #404040. Windows color (decimal): -6552436 or 9176220. OLE color: 9176220.

HSL color Cylindrical-coordinate representation of color #9C048C: hue angle of 306.32º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C048C is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 4 140 -
CMYK 0 0.97 0.10 0.39
HSL 306.32º 0.95% 0.31% -
HSV(B) 306.32º 0.97% 0.61% -
XYZ 18.49 9.05 25.58 -
YUV 64.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 156 4 140 0 0.97 0.10 0.39 306.32 0.95 0.31
Hex 9C 4 8C 0 61 A 27 132 5F 1F
Octal 234 4 214 0 141 12 47 462 137 37
Binary 10011100 100 10001100 0 1100001 1010 100111 100110010 1011111 11111

Color Harmonies of #9C048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C048C

Black with #9C048C

Text Example


Text Example

White with #9C048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,4,140); }

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

background-color css

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

 a { background-color: rgb(156,4,140); }

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

border-color css

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

 span { border-color: rgb(156,4,140); }

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