Html Css Color HEX #991D80 Dark Purple

📋 copy color: '#991D80'

red 153 ◦ green 29 ◦ blue 128

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

Shades of Dark Purple #991D80

Tints of Dark Purple #991D80

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.35%

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

R = 49.35%
G = 9.35%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#991D80 (or 0x991D80) is known color: Dark Purple. HEX triplet: 99, 1D and 80. RGB value is (153,29,128). Sum of RGB (Red+Green+Blue) = 153+29+128=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #991D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991D80 is #66E27F. Grayscale: #4D4D4D. Windows color (decimal): -6742656 or 8396185. OLE color: 8396185.

HSL color Cylindrical-coordinate representation of color #991D80: hue angle of 312.1º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D80 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 29 128 -
CMYK 0 0.81 0.16 0.4
HSL 312.1º 0.68% 0.36% -
HSV(B) 312.1º 0.81% 0.6% -
XYZ 17.47 9.21 21.28 -
YUV 77.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 153 29 128 0 0.81 0.16 0.4 312.1 0.68 0.36
Hex 99 1D 80 0 51 10 28 138 44 24
Octal 231 35 200 0 121 20 50 470 104 44
Binary 10011001 11101 10000000 0 1010001 10000 101000 100111000 1000100 100100

Color Harmonies of #991D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D80

Black with #991D80

Text Example


Text Example

White with #991D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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