Html Css Color HEX #99029C Dark Magenta

📋 copy color: '#99029C'

red 153 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #99029C

Tints of Dark Magenta #99029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.16%

R = 49.2%
G = 0.64%
B = 50.16%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99029C (or 0x99029C) is known color: Dark Magenta. HEX triplet: 99, 02 and 9C. RGB value is (153,2,156). Sum of RGB (Red+Green+Blue) = 153+2+156=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #99029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99029C is #66FD63. Grayscale: #404040. Windows color (decimal): -6749540 or 10224281. OLE color: 10224281.

HSL color Cylindrical-coordinate representation of color #99029C: hue angle of 298.83º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99029C is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 2 156 -
CMYK 0.02 0.99 0 0.39
HSL 298.83º 0.97% 0.31% -
HSV(B) 298.83º 0.99% 0.61% -
XYZ 19.16 9.22 32.22 -
YUV 64.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 153 2 156 0.02 0.99 0 0.39 298.83 0.97 0.31
Hex 99 2 9C 2 63 0 27 12B 61 1F
Octal 231 2 234 2 143 0 47 453 141 37
Binary 10011001 10 10011100 10 1100011 0 100111 100101011 1100001 11111

Color Harmonies of #99029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99029C

Black with #99029C

Text Example


Text Example

White with #99029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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