Html Css Color HEX #99029F Dark Magenta

📋 copy color: '#99029F'

red 153 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #99029F

Tints of Dark Magenta #99029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 159 (62.5% from 255) = 50.64%

R = 48.73%
G = 0.64%
B = 50.64%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99029F (or 0x99029F) is known color: Dark Magenta. HEX triplet: 99, 02 and 9F. RGB value is (153,2,159). Sum of RGB (Red+Green+Blue) = 153+2+159=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #99029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99029F is #66FD60. Grayscale: #404040. Windows color (decimal): -6749537 or 10420889. OLE color: 10420889.

HSL color Cylindrical-coordinate representation of color #99029F: hue angle of 297.71º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99029F is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 2 159 -
CMYK 0.04 0.99 0 0.38
HSL 297.71º 0.98% 0.32% -
HSV(B) 297.71º 0.99% 0.62% -
XYZ 19.42 9.32 33.58 -
YUV 65.05 181.03 190.73 -
System Red Green Blue C M Y K H S L
Decimal 153 2 159 0.04 0.99 0 0.38 297.71 0.98 0.32
Hex 99 2 9F 4 63 0 26 12A 62 20
Octal 231 2 237 4 143 0 46 452 142 40
Binary 10011001 10 10011111 100 1100011 0 100110 100101010 1100010 100000

Color Harmonies of #99029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99029F

Black with #99029F

Text Example


Text Example

White with #99029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99029F; }

 p { color: rgb(153,2,159); }

 H1.HeaderClassName
 {
   color: #99029F;
 }
 .AnyTagClassName
 {
   color: #99029F;
 }
</style>

background-color css

<style>
 a { background-color: #99029F; }

 a { background-color: rgb(153,2,159); }

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

border-color css

<style>
 span { border-color: #99029F; }

 span { border-color: rgb(153,2,159); }

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