#913872

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

Shades of Dark Purple #913872

Tints of Dark Purple #913872

Color information

#913872 (or 0x913872) is unknown color: approx Dark Purple. HEX triplet: 91, 38 and 72. RGB value is (145,56,114). Sum of RGB (Red+Green+Blue) = 145+56+114=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #913872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913872 is #6EC78D. Grayscale: #595959. Windows color (decimal): -7260046 or 7485585. OLE color: 7485585.

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

Color convert

RGB14556114-
CMYK00.610.210.43
HSL320.9º44.28%39.41%-
HSV(B)320.9º61.38%56.86%-
XYZ16.1310.0617.01-
YUV89.22141.99167.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 56 (22.27% from 255) = 17.78%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=46.03%
G=17.78%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455611400.610.210.43320.944.2839.41
Hex91387203D152B1412c27
Octal2217016207525535015447
Binary100100011110001110010011110110101101011101000001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913872; }

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

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

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

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

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

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

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

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