Html Css Color HEX #913172 Dark Purple

📋 copy color: '#913172'

red 145 ◦ green 49 ◦ blue 114

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

Shades of Dark Purple #913172

Tints of Dark Purple #913172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 47.08%
G = 15.91%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#913172 (or 0x913172) is known color: Dark Purple. HEX triplet: 91, 31 and 72. RGB value is (145,49,114). Sum of RGB (Red+Green+Blue) = 145+49+114=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #913172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913172 is #6ECE8D. Grayscale: #545454. Windows color (decimal): -7261838 or 7483793. OLE color: 7483793.

HSL color Cylindrical-coordinate representation of color #913172: hue angle of 319.38º 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 #913172 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 49 114 -
CMYK 0 0.66 0.21 0.43
HSL 319.38º 0.49% 0.38% -
HSV(B) 319.38º 0.66% 0.57% -
XYZ 15.81 9.43 16.91 -
YUV 85.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 145 49 114 0 0.66 0.21 0.43 319.38 0.49 0.38
Hex 91 31 72 0 42 15 2B 13F 31 26
Octal 221 61 162 0 102 25 53 477 61 46
Binary 10010001 110001 1110010 0 1000010 10101 101011 100111111 110001 100110

Color Harmonies of #913172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913172

Black with #913172

Text Example


Text Example

White with #913172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913172; }

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

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

background-color css

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

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

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

border-color css

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

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

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