#9C0692

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

Shades of Dark Magenta #9C0692

Tints of Dark Magenta #9C0692

Color information

#9C0692 (or 0x9C0692) is unknown color: approx Dark Magenta. HEX triplet: 9C, 06 and 92. RGB value is (156,6,146). Sum of RGB (Red+Green+Blue) = 156+6+146=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0692 is #63F96D. Grayscale: #424242. Windows color (decimal): -6551918 or 9569948. OLE color: 9569948.

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

Color convert

RGB1566146-
CMYK00.960.060.39
HSL304º92.59%31.76%-
HSV(B)304º96.15%61.18%-
XYZ18.969.2727.98-
YUV66.81172.7191.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.65%
GREEN value IS 6 (2.73% from 255) = 1.95%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=50.65%
G=1.95%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156614600.960.060.3930492.5931.76
Hex9C6920606271305d20
Octal2346222014064746013540
Binary1001110011010010010011000001101001111001100001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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