Html Css Color HEX #99007F Dark Magenta

📋 copy color: '#99007F'

red 153 ◦ green 0 ◦ blue 127

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

Shades of Dark Magenta #99007F

Tints of Dark Magenta #99007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.64%
G = 0%
B = 45.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99007F (or 0x99007F) is known color: Dark Magenta. HEX triplet: 99, 00 and 7F. RGB value is (153,0,127). Sum of RGB (Red+Green+Blue) = 153+0+127=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99007F is #66FF80. Grayscale: #3B3B3B. Windows color (decimal): -6750081 or 8323225. OLE color: 8323225.

HSL color Cylindrical-coordinate representation of color #99007F: hue angle of 310.2º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99007F is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 127 -
CMYK 0 1 0.17 0.4
HSL 310.2º 1% 0.3% -
HSV(B) 310.2º 1% 0.6% -
XYZ 16.97 8.3 20.79 -
YUV 60.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 153 0 127 0 1 0.17 0.4 310.2 1 0.3
Hex 99 0 7F 0 64 11 28 136 64 1E
Octal 231 0 177 0 144 21 50 466 144 36
Binary 10011001 0 1111111 0 1100100 10001 101000 100110110 1100100 11110

Color Harmonies of #99007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99007F

Black with #99007F

Text Example


Text Example

White with #99007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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