Html Css Color HEX #991781 Dark Purple

📋 copy color: '#991781'

red 153 ◦ green 23 ◦ blue 129

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

Shades of Dark Purple #991781

Tints of Dark Purple #991781

RGB

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

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

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

R = 50.16%
G = 7.54%
B = 42.3%

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

#991781 (or 0x991781) is known color: Dark Purple. HEX triplet: 99, 17 and 81. RGB value is (153,23,129). Sum of RGB (Red+Green+Blue) = 153+23+129=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #991781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991781 is #66E87E. Grayscale: #494949. Windows color (decimal): -6744191 or 8460185. OLE color: 8460185.

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

Color convert

RGB 153 23 129 -
CMYK 0 0.85 0.16 0.4
HSL 311.08º 0.74% 0.35% -
HSV(B) 311.08º 0.85% 0.6% -
XYZ 17.41 8.97 21.58 -
YUV 73.95 159.07 184.38 -
System Red Green Blue C M Y K H S L
Decimal 153 23 129 0 0.85 0.16 0.4 311.08 0.74 0.35
Hex 99 17 81 0 55 10 28 137 4A 23
Octal 231 27 201 0 125 20 50 467 112 43
Binary 10011001 10111 10000001 0 1010101 10000 101000 100110111 1001010 100011

Color Harmonies of #991781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991781

Black with #991781

Text Example


Text Example

White with #991781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991781; }

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

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

background-color css

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

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

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

border-color css

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

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

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