Html Css Color HEX #991780 Dark Purple

📋 copy color: '#991780'

red 153 ◦ green 23 ◦ blue 128

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

Shades of Dark Purple #991780

Tints of Dark Purple #991780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

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

R = 50.33%
G = 7.57%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#991780 (or 0x991780) is known color: Dark Purple. HEX triplet: 99, 17 and 80. RGB value is (153,23,128). Sum of RGB (Red+Green+Blue) = 153+23+128=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #991780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991780 is #66E87F. Grayscale: #494949. Windows color (decimal): -6744192 or 8394649. OLE color: 8394649.

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

Color convert

RGB 153 23 128 -
CMYK 0 0.85 0.16 0.4
HSL 311.54º 0.74% 0.35% -
HSV(B) 311.54º 0.85% 0.6% -
XYZ 17.34 8.94 21.23 -
YUV 73.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 153 23 128 0 0.85 0.16 0.4 311.54 0.74 0.35
Hex 99 17 80 0 55 10 28 138 4A 23
Octal 231 27 200 0 125 20 50 470 112 43
Binary 10011001 10111 10000000 0 1010101 10000 101000 100111000 1001010 100011

Color Harmonies of #991780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991780

Black with #991780

Text Example


Text Example

White with #991780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991780; }

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

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

background-color css

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

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

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

border-color css

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

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

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