Html Css Color HEX #991980 Dark Purple

📋 copy color: '#991980'

red 153 ◦ green 25 ◦ blue 128

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

Shades of Dark Purple #991980

Tints of Dark Purple #991980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.83%

R = 50%
G = 8.17%
B = 41.83%

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

#991980 (or 0x991980) is known color: Dark Purple. HEX triplet: 99, 19 and 80. RGB value is (153,25,128). Sum of RGB (Red+Green+Blue) = 153+25+128=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #991980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991980 is #66E67F. Grayscale: #4A4A4A. Windows color (decimal): -6743680 or 8395161. OLE color: 8395161.

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

Color convert

RGB 153 25 128 -
CMYK 0 0.84 0.16 0.4
HSL 311.72º 0.72% 0.35% -
HSV(B) 311.72º 0.84% 0.6% -
XYZ 17.38 9.03 21.25 -
YUV 75.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 153 25 128 0 0.84 0.16 0.4 311.72 0.72 0.35
Hex 99 19 80 0 54 10 28 138 48 23
Octal 231 31 200 0 124 20 50 470 110 43
Binary 10011001 11001 10000000 0 1010100 10000 101000 100111000 1001000 100011

Color Harmonies of #991980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991980

Black with #991980

Text Example


Text Example

White with #991980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991980; }

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

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

background-color css

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

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

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

border-color css

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

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

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