#913A7A

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

Shades of Dark Purple #913A7A

Tints of Dark Purple #913A7A

Color information

#913A7A (or 0x913A7A) is unknown color: approx Dark Purple. HEX triplet: 91, 3A and 7A. RGB value is (145,58,122). Sum of RGB (Red+Green+Blue) = 145+58+122=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #913A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913A7A is #6EC585. Grayscale: #5B5B5B. Windows color (decimal): -7259526 or 8010385. OLE color: 8010385.

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

Color convert

RGB14558122-
CMYK00.60.160.43
HSL315.86º42.86%39.8%-
HSV(B)315.86º60%56.86%-
XYZ16.710.4519.55-
YUV91.31145.32166.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=44.62%
G=17.85%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455812200.60.160.43315.8642.8639.8
Hex913A7A03C102B13c2b28
Octal2217217207420534745350
Binary100100011110101111010011110010000101011100111100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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