Html Css Color HEX #911771 Dark Purple

📋 copy color: '#911771'

red 145 ◦ green 23 ◦ blue 113

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

Shades of Dark Purple #911771

Tints of Dark Purple #911771

RGB

 RED value IS 145 (57.03% from 255) = 51.6%

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

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 51.6%
G = 8.19%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#911771 (or 0x911771) is known color: Dark Purple. HEX triplet: 91, 17 and 71. RGB value is (145,23,113). Sum of RGB (Red+Green+Blue) = 145+23+113=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #911771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911771 is #6EE88E. Grayscale: #454545. Windows color (decimal): -7268495 or 7411601. OLE color: 7411601.

HSL color Cylindrical-coordinate representation of color #911771: hue angle of 315.74º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911771 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 23 113 -
CMYK 0 0.84 0.22 0.43
HSL 315.74º 0.73% 0.33% -
HSV(B) 315.74º 0.84% 0.57% -
XYZ 14.96 7.82 16.34 -
YUV 69.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 145 23 113 0 0.84 0.22 0.43 315.74 0.73 0.33
Hex 91 17 71 0 54 16 2B 13C 49 21
Octal 221 27 161 0 124 26 53 474 111 41
Binary 10010001 10111 1110001 0 1010100 10110 101011 100111100 1001001 100001

Color Harmonies of #911771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911771

Black with #911771

Text Example


Text Example

White with #911771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911771; }

 p { color: rgb(145,23,113); }

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

background-color css

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

 a { background-color: rgb(145,23,113); }

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

border-color css

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

 span { border-color: rgb(145,23,113); }

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