Html Css Color HEX #991F81 Dark Purple

📋 copy color: '#991F81'

red 153 ◦ green 31 ◦ blue 129

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

Shades of Dark Purple #991F81

Tints of Dark Purple #991F81

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.9%

 BLUE value IS 129 (50.78% from 255) = 41.21%

R = 48.88%
G = 9.9%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#991F81 (or 0x991F81) is known color: Dark Purple. HEX triplet: 99, 1F and 81. RGB value is (153,31,129). Sum of RGB (Red+Green+Blue) = 153+31+129=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #991F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991F81 is #66E07E. Grayscale: #4E4E4E. Windows color (decimal): -6742143 or 8462233. OLE color: 8462233.

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

Color convert

RGB 153 31 129 -
CMYK 0 0.80 0.16 0.4
HSL 311.8º 0.66% 0.36% -
HSV(B) 311.8º 0.8% 0.6% -
XYZ 17.59 9.34 21.64 -
YUV 78.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 153 31 129 0 0.80 0.16 0.4 311.8 0.66 0.36
Hex 99 1F 81 0 50 10 28 138 42 24
Octal 231 37 201 0 120 20 50 470 102 44
Binary 10011001 11111 10000001 0 1010000 10000 101000 100111000 1000010 100100

Color Harmonies of #991F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991F81

Black with #991F81

Text Example


Text Example

White with #991F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,31,129); }

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

background-color css

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

 a { background-color: rgb(153,31,129); }

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

border-color css

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

 span { border-color: rgb(153,31,129); }

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