#913A7F

Color #913A7F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #913A7F

Tints of Dark Purple #913A7F

Color information

#913A7F (or 0x913A7F) is unknown color: approx Dark Purple. HEX triplet: 91, 3A and 7F. RGB value is (145,58,127). Sum of RGB (Red+Green+Blue) = 145+58+127=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #913A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913A7F is #6EC580. Grayscale: #5B5B5B. Windows color (decimal): -7259521 or 8338065. OLE color: 8338065.

HSL color Cylindrical-coordinate representation of color #913A7F: hue angle of 312.41º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #913A7F is Cyan = 0, Magento = 0.6, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14558127-
CMYK00.60.120.43
HSL312.41º42.86%39.8%-
HSV(B)312.41º60%56.86%-
XYZ17.0210.5821.22-
YUV91.88147.82165.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 127 (50% from 255) = 38.48%
R=43.94%
G=17.58%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455812700.60.120.43312.4142.8639.8
Hex913A7F03CC2B1382b28
Octal2217217707414534705350
Binary10010001111010111111101111001100101011100111000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913A7F; }

 p { color: rgb(145,58,127); }

 H1.HeaderClassName
 {
   color: #913A7F;
 }
 .AnyTagClassName
 {
   color: #913A7F;
 }
</style>
background-color css

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

 a { background-color: rgb(145,58,127); }

 div.DivClassName
 {
   background-color: #913A7F;
 }
 .BgClassName
 {
   background-color: #913A7F;
 }
</style>
border-color css

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

 span { border-color: rgb(145,58,127); }

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