#913B7F

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

Shades of Dark Purple #913B7F

Tints of Dark Purple #913B7F

Color information

#913B7F (or 0x913B7F) is unknown color: approx Dark Purple. HEX triplet: 91, 3B and 7F. RGB value is (145,59,127). Sum of RGB (Red+Green+Blue) = 145+59+127=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #913B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913B7F is #6EC480. Grayscale: #5C5C5C. Windows color (decimal): -7259265 or 8338321. OLE color: 8338321.

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

Color convert

RGB14559127-
CMYK00.590.120.43
HSL312.56º42.16%40%-
HSV(B)312.56º59.31%56.86%-
XYZ17.0710.6821.24-
YUV92.47147.49165.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 59 (23.44% from 255) = 17.82%
BLUE value IS 127 (50% from 255) = 38.37%
R=43.81%
G=17.82%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455912700.590.120.43312.5642.1640
Hex913B7F03BC2B1392a28
Octal2217317707314534715250
Binary10010001111011111111101110111100101011100111001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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