#9C068B

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

Shades of Dark Magenta #9C068B

Tints of Dark Magenta #9C068B

Color information

#9C068B (or 0x9C068B) is unknown color: approx Dark Magenta. HEX triplet: 9C, 06 and 8B. RGB value is (156,6,139). Sum of RGB (Red+Green+Blue) = 156+6+139=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C068B is #63F974. Grayscale: #414141. Windows color (decimal): -6551925 or 9111196. OLE color: 9111196.

HSL color Cylindrical-coordinate representation of color #9C068B: hue angle of 306.8º 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 #9C068B is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB1566139-
CMYK00.960.110.39
HSL306.8º92.59%31.76%-
HSV(B)306.8º96.15%61.18%-
XYZ18.449.0625.2-
YUV66.01169.2192.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.83%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=51.83%
G=1.99%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156613900.960.110.39306.892.5931.76
Hex9C68B060B271335d20
Octal23462130140134746313540
Binary10011100110100010110110000010111001111001100111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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