Html Css Color HEX #99028B Dark Magenta

📋 copy color: '#99028B'

red 153 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #99028B

Tints of Dark Magenta #99028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.28%

R = 52.04%
G = 0.68%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99028B (or 0x99028B) is known color: Dark Magenta. HEX triplet: 99, 02 and 8B. RGB value is (153,2,139). Sum of RGB (Red+Green+Blue) = 153+2+139=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99028B is #66FD74. Grayscale: #3E3E3E. Windows color (decimal): -6749557 or 9110169. OLE color: 9110169.

HSL color Cylindrical-coordinate representation of color #99028B: hue angle of 305.56º degrees, saturation: 0.97, 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 #99028B is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 2 139 -
CMYK 0 0.99 0.09 0.4
HSL 305.56º 0.97% 0.3% -
HSV(B) 305.56º 0.99% 0.6% -
XYZ 17.82 8.68 25.16 -
YUV 62.77 171.03 192.36 -
System Red Green Blue C M Y K H S L
Decimal 153 2 139 0 0.99 0.09 0.4 305.56 0.97 0.3
Hex 99 2 8B 0 63 9 28 132 61 1E
Octal 231 2 213 0 143 11 50 462 141 36
Binary 10011001 10 10001011 0 1100011 1001 101000 100110010 1100001 11110

Color Harmonies of #99028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99028B

Black with #99028B

Text Example


Text Example

White with #99028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99028B; }

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

 H1.HeaderClassName
 {
   color: #99028B;
 }
 .AnyTagClassName
 {
   color: #99028B;
 }
</style>

background-color css

<style>
 a { background-color: #99028B; }

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

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

border-color css

<style>
 span { border-color: #99028B; }

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

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