#913284

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

Shades of Dark Purple #913284

Tints of Dark Purple #913284

Color information

#913284 (or 0x913284) is unknown color: approx Dark Purple. HEX triplet: 91, 32 and 84. RGB value is (145,50,132). Sum of RGB (Red+Green+Blue) = 145+50+132=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #913284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913284 is #6ECD7B. Grayscale: #575757. Windows color (decimal): -7261564 or 8663697. OLE color: 8663697.

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

Color convert

RGB14550132-
CMYK00.660.090.43
HSL308.21º48.72%38.24%-
HSV(B)308.21º65.52%56.86%-
XYZ16.989.9722.86-
YUV87.75152.97168.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=44.34%
G=15.29%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455013200.660.090.43308.2148.7238.24
Hex91328404292B1343126
Octal22162204010211534646146
Binary1001000111001010000100010000101001101011100110100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913284; }

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

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

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

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

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

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

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

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