#913A84

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

Shades of Dark Purple #913A84

Tints of Dark Purple #913A84

Color information

#913A84 (or 0x913A84) is unknown color: approx Dark Purple. HEX triplet: 91, 3A and 84. RGB value is (145,58,132). Sum of RGB (Red+Green+Blue) = 145+58+132=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #913A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913A84 is #6EC57B. Grayscale: #5C5C5C. Windows color (decimal): -7259516 or 8665745. OLE color: 8665745.

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

Color convert

RGB14558132-
CMYK00.60.090.43
HSL308.97º42.86%39.8%-
HSV(B)308.97º60%56.86%-
XYZ17.3510.7122.98-
YUV92.45150.32165.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=43.28%
G=17.31%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455813200.60.090.43308.9742.8639.8
Hex913A8403C92B1352b28
Octal2217220407411534655350
Binary100100011110101000010001111001001101011100110101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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