Html Css Color HEX #99028C Dark Magenta

📋 copy color: '#99028C'

red 153 ◦ green 2 ◦ blue 140

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

Shades of Dark Magenta #99028C

Tints of Dark Magenta #99028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 51.86%
G = 0.68%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99028C (or 0x99028C) is known color: Dark Magenta. HEX triplet: 99, 02 and 8C. RGB value is (153,2,140). Sum of RGB (Red+Green+Blue) = 153+2+140=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #99028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99028C is #66FD73. Grayscale: #3E3E3E. Windows color (decimal): -6749556 or 9175705. OLE color: 9175705.

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

Color convert

RGB 153 2 140 -
CMYK 0 0.99 0.08 0.4
HSL 305.17º 0.97% 0.3% -
HSV(B) 305.17º 0.99% 0.6% -
XYZ 17.89 8.71 25.55 -
YUV 62.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 153 2 140 0 0.99 0.08 0.4 305.17 0.97 0.3
Hex 99 2 8C 0 63 8 28 131 61 1E
Octal 231 2 214 0 143 10 50 461 141 36
Binary 10011001 10 10001100 0 1100011 1000 101000 100110001 1100001 11110

Color Harmonies of #99028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99028C

Black with #99028C

Text Example


Text Example

White with #99028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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