#913380

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

Shades of Dark Purple #913380

Tints of Dark Purple #913380

Color information

#913380 (or 0x913380) is unknown color: approx Dark Purple. HEX triplet: 91, 33 and 80. RGB value is (145,51,128). Sum of RGB (Red+Green+Blue) = 145+51+128=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #913380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913380 is #6ECC7F. Grayscale: #575757. Windows color (decimal): -7261312 or 8401809. OLE color: 8401809.

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

Color convert

RGB14551128-
CMYK00.650.120.43
HSL310.85º47.96%38.43%-
HSV(B)310.85º64.83%56.86%-
XYZ16.769.9521.46-
YUV87.88150.64168.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 128 (50.39% from 255) = 39.51%
R=44.75%
G=15.74%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455112800.650.120.43310.8547.9638.43
Hex913380041C2B1373026
Octal22163200010114534676046
Binary1001000111001110000000010000011100101011100110111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913380; }

 p { color: rgb(145,51,128); }

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

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

 a { background-color: rgb(145,51,128); }

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

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

 span { border-color: rgb(145,51,128); }

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