#99148E

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

Shades of Dark Magenta #99148E

Tints of Dark Magenta #99148E

Color information

#99148E (or 0x99148E) is unknown color: approx Dark Magenta. HEX triplet: 99, 14 and 8E. RGB value is (153,20,142). Sum of RGB (Red+Green+Blue) = 153+20+142=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99148E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99148E is #66EB71. Grayscale: #494949. Windows color (decimal): -6744946 or 9311385. OLE color: 9311385.

HSL color Cylindrical-coordinate representation of color #99148E: hue angle of 304.96º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99148E is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15320142-
CMYK00.870.070.4
HSL304.96º76.88%33.92%-
HSV(B)304.96º86.93%60%-
XYZ18.279.2326.41-
YUV73.68166.56184.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 20 (8.20% from 255) = 6.35%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=48.57%
G=6.35%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532014200.870.070.4304.9676.8833.92
Hex99148E0577281314d22
Octal23124216012775046111542
Binary100110011010010001110010101111111010001001100011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99148E; }

 p { color: rgb(153,20,142); }

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

<style>
 a { background-color: #99148E; }

 a { background-color: rgb(153,20,142); }

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

<style>
 span { border-color: #99148E; }

 span { border-color: rgb(153,20,142); }

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