#913384

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

Shades of Dark Purple #913384

Tints of Dark Purple #913384

Color information

#913384 (or 0x913384) is unknown color: approx Dark Purple. HEX triplet: 91, 33 and 84. RGB value is (145,51,132). Sum of RGB (Red+Green+Blue) = 145+51+132=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #913384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913384 is #6ECC7B. Grayscale: #585858. Windows color (decimal): -7261308 or 8663953. OLE color: 8663953.

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

Color convert

RGB14551132-
CMYK00.650.090.43
HSL308.3º47.96%38.43%-
HSV(B)308.3º64.83%56.86%-
XYZ17.0310.0522.87-
YUV88.34152.64168.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=44.21%
G=15.55%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455113200.650.090.43308.347.9638.43
Hex91338404192B1343026
Octal22163204010111534646046
Binary1001000111001110000100010000011001101011100110100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913384; }

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

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

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

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

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

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

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

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