#913487

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

Shades of Dark Purple #913487

Tints of Dark Purple #913487

Color information

#913487 (or 0x913487) is unknown color: approx Dark Purple. HEX triplet: 91, 34 and 87. RGB value is (145,52,135). Sum of RGB (Red+Green+Blue) = 145+52+135=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #913487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913487 is #6ECB78. Grayscale: #595959. Windows color (decimal): -7261049 or 8860817. OLE color: 8860817.

HSL color Cylindrical-coordinate representation of color #913487: hue angle of 306.45º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #913487 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB14552135-
CMYK00.640.070.43
HSL306.45º47.21%38.63%-
HSV(B)306.45º64.14%56.86%-
XYZ17.2810.2223.98-
YUV89.27153.81167.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=43.67%
G=15.66%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455213500.640.070.43306.4547.2138.63
Hex91348704072B1322f27
Octal2216420701007534625747
Binary100100011101001000011101000000111101011100110010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913487; }

 p { color: rgb(145,52,135); }

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

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

 a { background-color: rgb(145,52,135); }

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

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

 span { border-color: rgb(145,52,135); }

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