Html Css Color HEX #991993 Dark Magenta

📋 copy color: '#991993'

red 153 ◦ green 25 ◦ blue 147

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

Shades of Dark Magenta #991993

Tints of Dark Magenta #991993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.69%

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 47.08%
G = 7.69%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#991993 (or 0x991993) is known color: Dark Magenta. HEX triplet: 99, 19 and 93. RGB value is (153,25,147). Sum of RGB (Red+Green+Blue) = 153+25+147=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #991993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991993 is #66E66C. Grayscale: #4C4C4C. Windows color (decimal): -6743661 or 9640345. OLE color: 9640345.

HSL color Cylindrical-coordinate representation of color #991993: hue angle of 302.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991993 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 25 147 -
CMYK 0 0.84 0.04 0.4
HSL 302.81º 0.72% 0.35% -
HSV(B) 302.81º 0.84% 0.6% -
XYZ 18.75 9.57 28.46 -
YUV 77.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 153 25 147 0 0.84 0.04 0.4 302.81 0.72 0.35
Hex 99 19 93 0 54 4 28 12F 48 23
Octal 231 31 223 0 124 4 50 457 110 43
Binary 10011001 11001 10010011 0 1010100 100 101000 100101111 1001000 100011

Color Harmonies of #991993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991993

Black with #991993

Text Example


Text Example

White with #991993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991993; }

 p { color: rgb(153,25,147); }

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

background-color css

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

 a { background-color: rgb(153,25,147); }

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

border-color css

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

 span { border-color: rgb(153,25,147); }

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