Html Css Color HEX #99018D Dark Magenta

📋 copy color: '#99018D'

red 153 ◦ green 1 ◦ blue 141

#99018D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #99018D

Tints of Dark Magenta #99018D

RGB

 RED value IS 153 (60.16% from 255) = 51.86%

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 51.86%
G = 0.34%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99018D (or 0x99018D) is known color: Dark Magenta. HEX triplet: 99, 01 and 8D. RGB value is (153,1,141). Sum of RGB (Red+Green+Blue) = 153+1+141=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #99018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99018D is #66FE72. Grayscale: #3E3E3E. Windows color (decimal): -6749811 or 9240985. OLE color: 9240985.

HSL color Cylindrical-coordinate representation of color #99018D: hue angle of 304.74º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99018D is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 141 -
CMYK 0 0.99 0.08 0.4
HSL 304.74º 0.99% 0.3% -
HSV(B) 304.74º 0.99% 0.6% -
XYZ 17.96 8.72 25.94 -
YUV 62.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 153 1 141 0 0.99 0.08 0.4 304.74 0.99 0.3
Hex 99 1 8D 0 63 8 28 131 63 1E
Octal 231 1 215 0 143 10 50 461 143 36
Binary 10011001 1 10001101 0 1100011 1000 101000 100110001 1100011 11110

Color Harmonies of #99018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99018D

Black with #99018D

Text Example


Text Example

White with #99018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99018D; }

 p { color: rgb(153,1,141); }

 H1.HeaderClassName
 {
   color: #99018D;
 }
 .AnyTagClassName
 {
   color: #99018D;
 }
</style>

background-color css

<style>
 a { background-color: #99018D; }

 a { background-color: rgb(153,1,141); }

 div.DivClassName
 {
   background-color: #99018D;
 }
 .BgClassName
 {
   background-color: #99018D;
 }
</style>

border-color css

<style>
 span { border-color: #99018D; }

 span { border-color: rgb(153,1,141); }

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