Html Css Color HEX #99149D Dark Magenta

📋 copy color: '#99149D'

red 153 ◦ green 20 ◦ blue 157

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

Shades of Dark Magenta #99149D

Tints of Dark Magenta #99149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

 BLUE value IS 157 (61.72% from 255) = 47.58%

R = 46.36%
G = 6.06%
B = 47.58%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99149D (or 0x99149D) is known color: Dark Magenta. HEX triplet: 99, 14 and 9D. RGB value is (153,20,157). Sum of RGB (Red+Green+Blue) = 153+20+157=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #99149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99149D is #66EB62. Grayscale: #4A4A4A. Windows color (decimal): -6744931 or 10294425. OLE color: 10294425.

HSL color Cylindrical-coordinate representation of color #99149D: hue angle of 298.25º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99149D is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 20 157 -
CMYK 0.03 0.87 0 0.38
HSL 298.25º 0.77% 0.35% -
HSV(B) 298.25º 0.87% 0.62% -
XYZ 19.47 9.71 32.75 -
YUV 75.39 174.06 183.36 -
System Red Green Blue C M Y K H S L
Decimal 153 20 157 0.03 0.87 0 0.38 298.25 0.77 0.35
Hex 99 14 9D 3 57 0 26 12A 4D 23
Octal 231 24 235 3 127 0 46 452 115 43
Binary 10011001 10100 10011101 11 1010111 0 100110 100101010 1001101 100011

Color Harmonies of #99149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99149D

Black with #99149D

Text Example


Text Example

White with #99149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99149D; }

 p { color: rgb(153,20,157); }

 H1.HeaderClassName
 {
   color: #99149D;
 }
 .AnyTagClassName
 {
   color: #99149D;
 }
</style>

background-color css

<style>
 a { background-color: #99149D; }

 a { background-color: rgb(153,20,157); }

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

border-color css

<style>
 span { border-color: #99149D; }

 span { border-color: rgb(153,20,157); }

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