#913A7B

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

Shades of Dark Purple #913A7B

Tints of Dark Purple #913A7B

Color information

#913A7B (or 0x913A7B) is unknown color: approx Dark Purple. HEX triplet: 91, 3A and 7B. RGB value is (145,58,123). Sum of RGB (Red+Green+Blue) = 145+58+123=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #913A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913A7B is #6EC584. Grayscale: #5B5B5B. Windows color (decimal): -7259525 or 8075921. OLE color: 8075921.

HSL color Cylindrical-coordinate representation of color #913A7B: hue angle of 315.17º 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 #913A7B is Cyan = 0, Magento = 0.6, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14558123-
CMYK00.60.150.43
HSL315.17º42.86%39.8%-
HSV(B)315.17º60%56.86%-
XYZ16.7710.4819.88-
YUV91.42145.82166.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=44.48%
G=17.79%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455812300.60.150.43315.1742.8639.8
Hex913A7B03CF2B13b2b28
Octal2217217307417534735350
Binary10010001111010111101101111001111101011100111011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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