#9C068A

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

Shades of Dark Magenta #9C068A

Tints of Dark Magenta #9C068A

Color information

#9C068A (or 0x9C068A) is unknown color: approx Dark Magenta. HEX triplet: 9C, 06 and 8A. RGB value is (156,6,138). Sum of RGB (Red+Green+Blue) = 156+6+138=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C068A is #63F975. Grayscale: #414141. Windows color (decimal): -6551926 or 9045660. OLE color: 9045660.

HSL color Cylindrical-coordinate representation of color #9C068A: hue angle of 307.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C068A is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB1566138-
CMYK00.960.120.39
HSL307.2º92.59%31.76%-
HSV(B)307.2º96.15%61.18%-
XYZ18.369.0324.82-
YUV65.9168.7192.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 6 (2.73% from 255) = 2%
BLUE value IS 138 (54.30% from 255) = 46%
R=52%
G=2%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156613800.960.120.39307.292.5931.76
Hex9C68A060C271335d20
Octal23462120140144746313540
Binary10011100110100010100110000011001001111001100111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,6,138); }

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

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

 a { background-color: rgb(156,6,138); }

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

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

 span { border-color: rgb(156,6,138); }

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