Html Css Color HEX #99059D Dark Magenta

📋 copy color: '#99059D'

red 153 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #99059D

Tints of Dark Magenta #99059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 48.57%
G = 1.59%
B = 49.84%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99059D (or 0x99059D) is known color: Dark Magenta. HEX triplet: 99, 05 and 9D. RGB value is (153,5,157). Sum of RGB (Red+Green+Blue) = 153+5+157=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #99059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99059D is #66FA62. Grayscale: #424242. Windows color (decimal): -6748771 or 10290585. OLE color: 10290585.

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

Color convert

RGB 153 5 157 -
CMYK 0.03 0.97 0 0.38
HSL 298.42º 0.94% 0.32% -
HSV(B) 298.42º 0.97% 0.62% -
XYZ 19.28 9.32 32.68 -
YUV 66.58 179.03 189.64 -
System Red Green Blue C M Y K H S L
Decimal 153 5 157 0.03 0.97 0 0.38 298.42 0.94 0.32
Hex 99 5 9D 3 61 0 26 12A 5E 20
Octal 231 5 235 3 141 0 46 452 136 40
Binary 10011001 101 10011101 11 1100001 0 100110 100101010 1011110 100000

Color Harmonies of #99059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99059D

Black with #99059D

Text Example


Text Example

White with #99059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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