#913876

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

Shades of Dark Purple #913876

Tints of Dark Purple #913876

Color information

#913876 (or 0x913876) is unknown color: approx Dark Purple. HEX triplet: 91, 38 and 76. RGB value is (145,56,118). Sum of RGB (Red+Green+Blue) = 145+56+118=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #913876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913876 is #6EC789. Grayscale: #595959. Windows color (decimal): -7260042 or 7747729. OLE color: 7747729.

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

Color convert

RGB14556118-
CMYK00.610.190.43
HSL318.2º44.28%39.41%-
HSV(B)318.2º61.38%56.86%-
XYZ16.3610.1618.24-
YUV89.68143.99167.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.45%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=45.45%
G=17.55%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455611800.610.190.43318.244.2839.41
Hex91387603D132B13e2c27
Octal2217016607523534765447
Binary100100011110001110110011110110011101011100111110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913876; }

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

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

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

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

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

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

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

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