Html Css Color HEX #991880 Dark Purple

📋 copy color: '#991880'

red 153 ◦ green 24 ◦ blue 128

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

Shades of Dark Purple #991880

Tints of Dark Purple #991880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

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

R = 50.16%
G = 7.87%
B = 41.97%

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

#991880 (or 0x991880) is known color: Dark Purple. HEX triplet: 99, 18 and 80. RGB value is (153,24,128). Sum of RGB (Red+Green+Blue) = 153+24+128=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #991880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991880 is #66E77F. Grayscale: #4A4A4A. Windows color (decimal): -6743936 or 8394905. OLE color: 8394905.

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

Color convert

RGB 153 24 128 -
CMYK 0 0.84 0.16 0.4
HSL 311.63º 0.73% 0.35% -
HSV(B) 311.63º 0.84% 0.6% -
XYZ 17.36 8.98 21.24 -
YUV 74.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 153 24 128 0 0.84 0.16 0.4 311.63 0.73 0.35
Hex 99 18 80 0 54 10 28 138 49 23
Octal 231 30 200 0 124 20 50 470 111 43
Binary 10011001 11000 10000000 0 1010100 10000 101000 100111000 1001001 100011

Color Harmonies of #991880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991880

Black with #991880

Text Example


Text Example

White with #991880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991880; }

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

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

background-color css

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

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

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

border-color css

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

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

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