#913985

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

Shades of Dark Purple #913985

Tints of Dark Purple #913985

Color information

#913985 (or 0x913985) is unknown color: approx Dark Purple. HEX triplet: 91, 39 and 85. RGB value is (145,57,133). Sum of RGB (Red+Green+Blue) = 145+57+133=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #913985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913985 is #6EC67A. Grayscale: #5B5B5B. Windows color (decimal): -7259771 or 8731025. OLE color: 8731025.

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

Color convert

RGB14557133-
CMYK00.610.080.43
HSL308.18º43.56%39.61%-
HSV(B)308.18º60.69%56.86%-
XYZ17.3710.6423.33-
YUV91.98151.15165.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=43.28%
G=17.01%
B=39.70%

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
Decimal1455713300.610.080.43308.1843.5639.61
Hex91398503D82B1342c28
Octal2217120507510534645450
Binary100100011110011000010101111011000101011100110100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913985; }

 p { color: rgb(145,57,133); }

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

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

 a { background-color: rgb(145,57,133); }

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

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

 span { border-color: rgb(145,57,133); }

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