#913886

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

Shades of Dark Purple #913886

Tints of Dark Purple #913886

Color information

#913886 (or 0x913886) is unknown color: approx Dark Purple. HEX triplet: 91, 38 and 86. RGB value is (145,56,134). Sum of RGB (Red+Green+Blue) = 145+56+134=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #913886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913886 is #6EC779. Grayscale: #5B5B5B. Windows color (decimal): -7260026 or 8796305. OLE color: 8796305.

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

Color convert

RGB14556134-
CMYK00.610.080.43
HSL307.42º44.28%39.41%-
HSV(B)307.42º61.38%56.86%-
XYZ17.3910.5723.68-
YUV91.5151.99166.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 134 (52.73% from 255) = 40%
R=43.28%
G=16.72%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455613400.610.080.43307.4244.2839.41
Hex91388603D82B1332c27
Octal2217020607510534635447
Binary100100011110001000011001111011000101011100110011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913886; }

 p { color: rgb(145,56,134); }

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

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

 a { background-color: rgb(145,56,134); }

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

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

 span { border-color: rgb(145,56,134); }

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