#913289

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

Shades of Dark Purple #913289

Tints of Dark Purple #913289

Color information

#913289 (or 0x913289) is unknown color: approx Dark Purple. HEX triplet: 91, 32 and 89. RGB value is (145,50,137). Sum of RGB (Red+Green+Blue) = 145+50+137=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #913289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913289 is #6ECD76. Grayscale: #585858. Windows color (decimal): -7261559 or 8991377. OLE color: 8991377.

HSL color Cylindrical-coordinate representation of color #913289: hue angle of 305.05º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913289 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14550137-
CMYK00.660.060.43
HSL305.05º48.72%38.24%-
HSV(B)305.05º65.52%56.86%-
XYZ17.3310.1124.7-
YUV88.32155.47168.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=43.67%
G=15.06%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455013700.660.060.43305.0548.7238.24
Hex91328904262B1313126
Octal2216221101026534616146
Binary100100011100101000100101000010110101011100110001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913289; }

 p { color: rgb(145,50,137); }

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

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

 a { background-color: rgb(145,50,137); }

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

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

 span { border-color: rgb(145,50,137); }

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