#913681

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

Shades of Dark Purple #913681

Tints of Dark Purple #913681

Color information

#913681 (or 0x913681) is unknown color: approx Dark Purple. HEX triplet: 91, 36 and 81. RGB value is (145,54,129). Sum of RGB (Red+Green+Blue) = 145+54+129=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #913681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913681 is #6EC97E. Grayscale: #595959. Windows color (decimal): -7260543 or 8468113. OLE color: 8468113.

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

Color convert

RGB14554129-
CMYK00.630.110.43
HSL310.55º45.73%39.02%-
HSV(B)310.55º62.76%56.86%-
XYZ16.9610.2421.85-
YUV89.76150.15167.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 54 (21.48% from 255) = 16.46%
BLUE value IS 129 (50.78% from 255) = 39.33%
R=44.21%
G=16.46%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455412900.630.110.43310.5545.7339.02
Hex91368103FB2B1372e27
Octal2216620107713534675647
Binary100100011101101000000101111111011101011100110111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913681; }

 p { color: rgb(145,54,129); }

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

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

 a { background-color: rgb(145,54,129); }

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

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

 span { border-color: rgb(145,54,129); }

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