#99038A

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

Shades of Dark Magenta #99038A

Tints of Dark Magenta #99038A

Color information

#99038A (or 0x99038A) is unknown color: approx Dark Magenta. HEX triplet: 99, 03 and 8A. RGB value is (153,3,138). Sum of RGB (Red+Green+Blue) = 153+3+138=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99038A is #66FC75. Grayscale: #3E3E3E. Windows color (decimal): -6749302 or 9044889. OLE color: 9044889.

HSL color Cylindrical-coordinate representation of color #99038A: hue angle of 306º 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 #99038A is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB1533138-
CMYK00.980.100.4
HSL306º96.15%30.59%-
HSV(B)306º98.04%60%-
XYZ17.768.6724.78-
YUV63.24170.2192.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=52.04%
G=1.02%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153313800.980.100.430696.1530.59
Hex9938A062A28132601f
Octal23132120142125046214037
Binary100110011110001010011000101010101000100110010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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