#913784

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

Shades of Dark Purple #913784

Tints of Dark Purple #913784

Color information

#913784 (or 0x913784) is unknown color: approx Dark Purple. HEX triplet: 91, 37 and 84. RGB value is (145,55,132). Sum of RGB (Red+Green+Blue) = 145+55+132=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #913784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913784 is #6EC87B. Grayscale: #5A5A5A. Windows color (decimal): -7260284 or 8664977. OLE color: 8664977.

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

Color convert

RGB14555132-
CMYK00.620.090.43
HSL308.67º45%39.22%-
HSV(B)308.67º62.07%56.86%-
XYZ17.2110.4222.93-
YUV90.69151.32166.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=43.67%
G=16.57%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455513200.620.090.43308.674539.22
Hex91378403E92B1352d27
Octal2216720407611534655547
Binary100100011101111000010001111101001101011100110101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913784; }

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

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

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

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

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

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

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

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