#9C028B

Color #9C028B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9C028B

Tints of Dark Magenta #9C028B

Color information

#9C028B (or 0x9C028B) is unknown color: approx Dark Magenta. HEX triplet: 9C, 02 and 8B. RGB value is (156,2,139). Sum of RGB (Red+Green+Blue) = 156+2+139=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C028B is #63FD74. Grayscale: #3F3F3F. Windows color (decimal): -6552949 or 9110172. OLE color: 9110172.

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

Color convert

RGB1562139-
CMYK00.990.110.39
HSL306.62º97.47%30.98%-
HSV(B)306.62º98.72%61.18%-
XYZ18.398.9825.19-
YUV63.66170.52193.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=52.53%
G=0.67%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156213900.990.110.39306.6297.4730.98
Hex9C28B063B27133611f
Octal23422130143134746314137
Binary100111001010001011011000111011100111100110011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,2,139); }

 H1.HeaderClassName
 {
   color: #9C028B;
 }
 .AnyTagClassName
 {
   color: #9C028B;
 }
</style>
background-color css

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

 a { background-color: rgb(156,2,139); }

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

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

 span { border-color: rgb(156,2,139); }

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