Html Css Color HEX #99019D Dark Magenta

📋 copy color: '#99019D'

red 153 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #99019D

Tints of Dark Magenta #99019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 49.2%
G = 0.32%
B = 50.48%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99019D (or 0x99019D) is known color: Dark Magenta. HEX triplet: 99, 01 and 9D. RGB value is (153,1,157). Sum of RGB (Red+Green+Blue) = 153+1+157=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #99019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99019D is #66FE62. Grayscale: #3F3F3F. Windows color (decimal): -6749795 or 10289561. OLE color: 10289561.

HSL color Cylindrical-coordinate representation of color #99019D: hue angle of 298.46º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99019D is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 1 157 -
CMYK 0.03 0.99 0 0.38
HSL 298.46º 0.99% 0.31% -
HSV(B) 298.46º 0.99% 0.62% -
XYZ 19.23 9.23 32.67 -
YUV 64.23 180.36 191.32 -
System Red Green Blue C M Y K H S L
Decimal 153 1 157 0.03 0.99 0 0.38 298.46 0.99 0.31
Hex 99 1 9D 3 63 0 26 12A 63 1F
Octal 231 1 235 3 143 0 46 452 143 37
Binary 10011001 1 10011101 11 1100011 0 100110 100101010 1100011 11111

Color Harmonies of #99019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99019D

Black with #99019D

Text Example


Text Example

White with #99019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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