#99038C

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

Shades of Dark Magenta #99038C

Tints of Dark Magenta #99038C

Color information

#99038C (or 0x99038C) is unknown color: approx Dark Magenta. HEX triplet: 99, 03 and 8C. RGB value is (153,3,140). Sum of RGB (Red+Green+Blue) = 153+3+140=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99038C is #66FC73. Grayscale: #3F3F3F. Windows color (decimal): -6749300 or 9175961. OLE color: 9175961.

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

Color convert

RGB1533140-
CMYK00.980.080.4
HSL305.2º96.15%30.59%-
HSV(B)305.2º98.04%60%-
XYZ17.98.7325.55-
YUV63.47171.2191.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.69%
GREEN value IS 3 (1.56% from 255) = 1.01%
BLUE value IS 140 (55.08% from 255) = 47.30%
R=51.69%
G=1.01%
B=47.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153314000.980.080.4305.296.1530.59
Hex9938C062828131601f
Octal23132140142105046114037
Binary100110011110001100011000101000101000100110001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99038C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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