#913B7A

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

Shades of Dark Purple #913B7A

Tints of Dark Purple #913B7A

Color information

#913B7A (or 0x913B7A) is unknown color: approx Dark Purple. HEX triplet: 91, 3B and 7A. RGB value is (145,59,122). Sum of RGB (Red+Green+Blue) = 145+59+122=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #913B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913B7A is #6EC485. Grayscale: #5B5B5B. Windows color (decimal): -7259270 or 8010641. OLE color: 8010641.

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

Color convert

RGB14559122-
CMYK00.590.160.43
HSL316.05º42.16%40%-
HSV(B)316.05º59.31%56.86%-
XYZ16.7510.5519.57-
YUV91.9144.99165.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 59 (23.44% from 255) = 18.10%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=44.48%
G=18.10%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455912200.590.160.43316.0542.1640
Hex913B7A03B102B13c2a28
Octal2217317207320534745250
Binary100100011110111111010011101110000101011100111100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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