Html Css Color HEX #991D77 Dark Purple

📋 copy color: '#991D77'

red 153 ◦ green 29 ◦ blue 119

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

Shades of Dark Purple #991D77

Tints of Dark Purple #991D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 50.83%
G = 9.63%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#991D77 (or 0x991D77) is known color: Dark Purple. HEX triplet: 99, 1D and 77. RGB value is (153,29,119). Sum of RGB (Red+Green+Blue) = 153+29+119=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #991D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D77 is #66E288. Grayscale: #4C4C4C. Windows color (decimal): -6742665 or 7806361. OLE color: 7806361.

HSL color Cylindrical-coordinate representation of color #991D77: hue angle of 316.45º 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 #991D77 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 29 119 -
CMYK 0 0.81 0.22 0.4
HSL 316.45º 0.68% 0.36% -
HSV(B) 316.45º 0.81% 0.6% -
XYZ 16.91 8.98 18.3 -
YUV 76.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 153 29 119 0 0.81 0.22 0.4 316.45 0.68 0.36
Hex 99 1D 77 0 51 16 28 13C 44 24
Octal 231 35 167 0 121 26 50 474 104 44
Binary 10011001 11101 1110111 0 1010001 10110 101000 100111100 1000100 100100

Color Harmonies of #991D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D77

Black with #991D77

Text Example


Text Example

White with #991D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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