Html Css Color HEX #991981 Dark Purple

📋 copy color: '#991981'

red 153 ◦ green 25 ◦ blue 129

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

Shades of Dark Purple #991981

Tints of Dark Purple #991981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.02%

R = 49.84%
G = 8.14%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#991981 (or 0x991981) is known color: Dark Purple. HEX triplet: 99, 19 and 81. RGB value is (153,25,129). Sum of RGB (Red+Green+Blue) = 153+25+129=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #991981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991981 is #66E67E. Grayscale: #4A4A4A. Windows color (decimal): -6743679 or 8460697. OLE color: 8460697.

HSL color Cylindrical-coordinate representation of color #991981: hue angle of 311.25º 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 #991981 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 25 129 -
CMYK 0 0.84 0.16 0.4
HSL 311.25º 0.72% 0.35% -
HSV(B) 311.25º 0.84% 0.6% -
XYZ 17.45 9.05 21.6 -
YUV 75.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 153 25 129 0 0.84 0.16 0.4 311.25 0.72 0.35
Hex 99 19 81 0 54 10 28 137 48 23
Octal 231 31 201 0 124 20 50 467 110 43
Binary 10011001 11001 10000001 0 1010100 10000 101000 100110111 1001000 100011

Color Harmonies of #991981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991981

Black with #991981

Text Example


Text Example

White with #991981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991981; }

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

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

background-color css

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

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

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

border-color css

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

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

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