Html Css Color HEX #991A94 Dark Magenta

📋 copy color: '#991A94'

red 153 ◦ green 26 ◦ blue 148

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

Shades of Dark Magenta #991A94

Tints of Dark Magenta #991A94

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.95%

 BLUE value IS 148 (58.2% from 255) = 45.26%

R = 46.79%
G = 7.95%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#991A94 (or 0x991A94) is known color: Dark Magenta. HEX triplet: 99, 1A and 94. RGB value is (153,26,148). Sum of RGB (Red+Green+Blue) = 153+26+148=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #991A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991A94 is #66E56B. Grayscale: #4D4D4D. Windows color (decimal): -6743404 or 9706137. OLE color: 9706137.

HSL color Cylindrical-coordinate representation of color #991A94: hue angle of 302.36º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A94 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 26 148 -
CMYK 0 0.83 0.03 0.4
HSL 302.36º 0.71% 0.35% -
HSV(B) 302.36º 0.83% 0.6% -
XYZ 18.85 9.65 28.89 -
YUV 77.88 167.58 181.58 -
System Red Green Blue C M Y K H S L
Decimal 153 26 148 0 0.83 0.03 0.4 302.36 0.71 0.35
Hex 99 1A 94 0 53 3 28 12E 47 23
Octal 231 32 224 0 123 3 50 456 107 43
Binary 10011001 11010 10010100 0 1010011 11 101000 100101110 1000111 100011

Color Harmonies of #991A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991A94

Black with #991A94

Text Example


Text Example

White with #991A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991A94; }

 p { color: rgb(153,26,148); }

 H1.HeaderClassName
 {
   color: #991A94;
 }
 .AnyTagClassName
 {
   color: #991A94;
 }
</style>

background-color css

<style>
 a { background-color: #991A94; }

 a { background-color: rgb(153,26,148); }

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

border-color css

<style>
 span { border-color: #991A94; }

 span { border-color: rgb(153,26,148); }

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