Html Css Color HEX #913177 Dark Purple

📋 copy color: '#913177'

red 145 ◦ green 49 ◦ blue 119

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

Shades of Dark Purple #913177

Tints of Dark Purple #913177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

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

R = 46.33%
G = 15.65%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#913177 (or 0x913177) is known color: Dark Purple. HEX triplet: 91, 31 and 77. RGB value is (145,49,119). Sum of RGB (Red+Green+Blue) = 145+49+119=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #913177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913177 is #6ECE88. Grayscale: #555555. Windows color (decimal): -7261833 or 7811473. OLE color: 7811473.

HSL color Cylindrical-coordinate representation of color #913177: hue angle of 316.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913177 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 49 119 -
CMYK 0 0.66 0.18 0.43
HSL 316.25º 0.49% 0.38% -
HSV(B) 316.25º 0.66% 0.57% -
XYZ 16.11 9.55 18.45 -
YUV 85.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 145 49 119 0 0.66 0.18 0.43 316.25 0.49 0.38
Hex 91 31 77 0 42 12 2B 13C 31 26
Octal 221 61 167 0 102 22 53 474 61 46
Binary 10010001 110001 1110111 0 1000010 10010 101011 100111100 110001 100110

Color Harmonies of #913177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913177

Black with #913177

Text Example


Text Example

White with #913177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913177; }

 p { color: rgb(145,49,119); }

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

background-color css

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

 a { background-color: rgb(145,49,119); }

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

border-color css

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

 span { border-color: rgb(145,49,119); }

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