#99178C

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

Shades of Dark Magenta #99178C

Tints of Dark Magenta #99178C

Color information

#99178C (or 0x99178C) is unknown color: approx Dark Magenta. HEX triplet: 99, 17 and 8C. RGB value is (153,23,140). Sum of RGB (Red+Green+Blue) = 153+23+140=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99178C is #66E873. Grayscale: #4A4A4A. Windows color (decimal): -6744180 or 9181081. OLE color: 9181081.

HSL color Cylindrical-coordinate representation of color #99178C: hue angle of 306º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99178C is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15323140-
CMYK00.850.080.4
HSL306º73.86%34.51%-
HSV(B)306º84.97%60%-
XYZ18.189.2825.64-
YUV75.21164.57183.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 23 (9.38% from 255) = 7.28%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=48.42%
G=7.28%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532314000.850.080.430673.8634.51
Hex99178C0558281324a23
Octal231272140125105046211243
Binary1001100110111100011000101010110001010001001100101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99178C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99178C; }

 p { color: rgb(153,23,140); }

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

<style>
 a { background-color: #99178C; }

 a { background-color: rgb(153,23,140); }

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

<style>
 span { border-color: #99178C; }

 span { border-color: rgb(153,23,140); }

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