Html Css Color HEX #99027F Dark Magenta

📋 copy color: '#99027F'

red 153 ◦ green 2 ◦ blue 127

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

Shades of Dark Magenta #99027F

Tints of Dark Magenta #99027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.04%

R = 54.26%
G = 0.71%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99027F (or 0x99027F) is known color: Dark Magenta. HEX triplet: 99, 02 and 7F. RGB value is (153,2,127). Sum of RGB (Red+Green+Blue) = 153+2+127=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99027F is #66FD80. Grayscale: #3D3D3D. Windows color (decimal): -6749569 or 8323737. OLE color: 8323737.

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

Color convert

RGB 153 2 127 -
CMYK 0 0.99 0.17 0.4
HSL 310.33º 0.97% 0.3% -
HSV(B) 310.33º 0.99% 0.6% -
XYZ 16.99 8.35 20.79 -
YUV 61.4 165.03 193.34 -
System Red Green Blue C M Y K H S L
Decimal 153 2 127 0 0.99 0.17 0.4 310.33 0.97 0.3
Hex 99 2 7F 0 63 11 28 136 61 1E
Octal 231 2 177 0 143 21 50 466 141 36
Binary 10011001 10 1111111 0 1100011 10001 101000 100110110 1100001 11110

Color Harmonies of #99027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99027F

Black with #99027F

Text Example


Text Example

White with #99027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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