Html Css Color HEX #99017E Dark Magenta

📋 copy color: '#99017E'

red 153 ◦ green 1 ◦ blue 126

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

Shades of Dark Magenta #99017E

Tints of Dark Magenta #99017E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 126 (49.61% from 255) = 45%

R = 54.64%
G = 0.36%
B = 45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99017E (or 0x99017E) is known color: Dark Magenta. HEX triplet: 99, 01 and 7E. RGB value is (153,1,126). Sum of RGB (Red+Green+Blue) = 153+1+126=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99017E is #66FE81. Grayscale: #3C3C3C. Windows color (decimal): -6749826 or 8257945. OLE color: 8257945.

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

Color convert

RGB 153 1 126 -
CMYK 0 0.99 0.18 0.4
HSL 310.66º 0.99% 0.3% -
HSV(B) 310.66º 0.99% 0.6% -
XYZ 16.91 8.3 20.45 -
YUV 60.7 164.86 193.84 -
System Red Green Blue C M Y K H S L
Decimal 153 1 126 0 0.99 0.18 0.4 310.66 0.99 0.3
Hex 99 1 7E 0 63 12 28 137 63 1E
Octal 231 1 176 0 143 22 50 467 143 36
Binary 10011001 1 1111110 0 1100011 10010 101000 100110111 1100011 11110

Color Harmonies of #99017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99017E

Black with #99017E

Text Example


Text Example

White with #99017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99017E; }

 p { color: rgb(153,1,126); }

 H1.HeaderClassName
 {
   color: #99017E;
 }
 .AnyTagClassName
 {
   color: #99017E;
 }
</style>

background-color css

<style>
 a { background-color: #99017E; }

 a { background-color: rgb(153,1,126); }

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

border-color css

<style>
 span { border-color: #99017E; }

 span { border-color: rgb(153,1,126); }

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