#9C00AB

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

Shades of Dark Magenta #9C00AB

Tints of Dark Magenta #9C00AB

Color information

#9C00AB (or 0x9C00AB) is unknown color: approx Dark Magenta. HEX triplet: 9C, 00 and AB. RGB value is (156,0,171). Sum of RGB (Red+Green+Blue) = 156+0+171=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C00AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C00AB is #63FF54. Grayscale: #414141. Windows color (decimal): -6553429 or 11206812. OLE color: 11206812.

HSL color Cylindrical-coordinate representation of color #9C00AB: hue angle of 294.74º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C00AB is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1560171-
CMYK0.09100.33
HSL294.74º100%33.53%-
HSV(B)294.74º100%67.06%-
XYZ21.0610.0139.35-
YUV66.14187.18192.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=47.71%
G=0%
B=52.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15601710.09100.33294.7410033.53
Hex9C0AB9640211276422
Octal23402531114404144714442
Binary100111000101010111001110010001000011001001111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,0,171); }

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

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

 a { background-color: rgb(156,0,171); }

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

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

 span { border-color: rgb(156,0,171); }

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