#913881

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

Shades of Dark Purple #913881

Tints of Dark Purple #913881

Color information

#913881 (or 0x913881) is unknown color: approx Dark Purple. HEX triplet: 91, 38 and 81. RGB value is (145,56,129). Sum of RGB (Red+Green+Blue) = 145+56+129=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #913881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913881 is #6EC77E. Grayscale: #5A5A5A. Windows color (decimal): -7260031 or 8468625. OLE color: 8468625.

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

Color convert

RGB14556129-
CMYK00.610.110.43
HSL310.79º44.28%39.41%-
HSV(B)310.79º61.38%56.86%-
XYZ17.0510.4321.88-
YUV90.93149.49166.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=43.94%
G=16.97%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455612900.610.110.43310.7944.2839.41
Hex91388103DB2B1372c27
Octal2217020107513534675447
Binary100100011110001000000101111011011101011100110111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913881; }

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

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

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

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

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

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

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

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