#9C029E

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

Shades of Dark Magenta #9C029E

Tints of Dark Magenta #9C029E

Color information

#9C029E (or 0x9C029E) is unknown color: approx Dark Magenta. HEX triplet: 9C, 02 and 9E. RGB value is (156,2,158). Sum of RGB (Red+Green+Blue) = 156+2+158=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C029E is #63FD61. Grayscale: #414141. Windows color (decimal): -6552930 or 10355356. OLE color: 10355356.

HSL color Cylindrical-coordinate representation of color #9C029E: hue angle of 299.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C029E is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1562158-
CMYK0.010.9900.38
HSL299.23º97.5%31.37%-
HSV(B)299.23º98.73%61.96%-
XYZ19.99.5833.15-
YUV65.83180.02192.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.37%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 158 (62.11% from 255) = 50%
R=49.37%
G=0.63%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15621580.010.9900.38299.2397.531.37
Hex9C29E16302612b621f
Octal2342236114304645314237
Binary100111001010011110111000110100110100101011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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