Html Css Color HEX #99179F Dark Magenta

📋 copy color: '#99179F'

red 153 ◦ green 23 ◦ blue 159

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

Shades of Dark Magenta #99179F

Tints of Dark Magenta #99179F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.87%

 BLUE value IS 159 (62.5% from 255) = 47.46%

R = 45.67%
G = 6.87%
B = 47.46%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99179F (or 0x99179F) is known color: Dark Magenta. HEX triplet: 99, 17 and 9F. RGB value is (153,23,159). Sum of RGB (Red+Green+Blue) = 153+23+159=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #99179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99179F is #66E860. Grayscale: #4C4C4C. Windows color (decimal): -6744161 or 10426265. OLE color: 10426265.

HSL color Cylindrical-coordinate representation of color #99179F: hue angle of 297.35º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99179F is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 23 159 -
CMYK 0.04 0.86 0 0.38
HSL 297.35º 0.75% 0.36% -
HSV(B) 297.35º 0.86% 0.62% -
XYZ 19.7 9.89 33.67 -
YUV 77.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 153 23 159 0.04 0.86 0 0.38 297.35 0.75 0.36
Hex 99 17 9F 4 56 0 26 129 4B 24
Octal 231 27 237 4 126 0 46 451 113 44
Binary 10011001 10111 10011111 100 1010110 0 100110 100101001 1001011 100100

Color Harmonies of #99179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99179F

Black with #99179F

Text Example


Text Example

White with #99179F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,23,159); }

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

background-color css

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

 a { background-color: rgb(153,23,159); }

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

border-color css

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

 span { border-color: rgb(153,23,159); }

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