Html Css Color HEX #991C80 Dark Purple

📋 copy color: '#991C80'

red 153 ◦ green 28 ◦ blue 128

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

Shades of Dark Purple #991C80

Tints of Dark Purple #991C80

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.06%

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

R = 49.51%
G = 9.06%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#991C80 (or 0x991C80) is known color: Dark Purple. HEX triplet: 99, 1C and 80. RGB value is (153,28,128). Sum of RGB (Red+Green+Blue) = 153+28+128=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #991C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991C80 is #66E37F. Grayscale: #4C4C4C. Windows color (decimal): -6742912 or 8395929. OLE color: 8395929.

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

Color convert

RGB 153 28 128 -
CMYK 0 0.82 0.16 0.4
HSL 312º 0.69% 0.35% -
HSV(B) 312º 0.82% 0.6% -
XYZ 17.45 9.16 21.27 -
YUV 76.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 153 28 128 0 0.82 0.16 0.4 312 0.69 0.35
Hex 99 1C 80 0 52 10 28 138 45 23
Octal 231 34 200 0 122 20 50 470 105 43
Binary 10011001 11100 10000000 0 1010010 10000 101000 100111000 1000101 100011

Color Harmonies of #991C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C80

Black with #991C80

Text Example


Text Example

White with #991C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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