#913782

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

Shades of Dark Purple #913782

Tints of Dark Purple #913782

Color information

#913782 (or 0x913782) is unknown color: approx Dark Purple. HEX triplet: 91, 37 and 82. RGB value is (145,55,130). Sum of RGB (Red+Green+Blue) = 145+55+130=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #913782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913782 is #6EC87D. Grayscale: #5A5A5A. Windows color (decimal): -7260286 or 8533905. OLE color: 8533905.

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

Color convert

RGB14555130-
CMYK00.620.100.43
HSL310º45%39.22%-
HSV(B)310º62.07%56.86%-
XYZ17.0710.3622.22-
YUV90.46150.32166.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=43.94%
G=16.67%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455513000.620.100.433104539.22
Hex91378203EA2B1362d27
Octal2216720207612534665547
Binary100100011101111000001001111101010101011100110110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913782; }

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

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

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

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

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

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

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

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