#912585

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

Shades of Dark Purple #912585

Tints of Dark Purple #912585

Color information

#912585 (or 0x912585) is unknown color: approx Dark Purple. HEX triplet: 91, 25 and 85. RGB value is (145,37,133). Sum of RGB (Red+Green+Blue) = 145+37+133=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #912585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912585 is #6EDA7A. Grayscale: #4F4F4F. Windows color (decimal): -7264891 or 8725905. OLE color: 8725905.

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

Color convert

RGB14537133-
CMYK00.740.080.43
HSL306.67º59.34%35.69%-
HSV(B)306.67º74.48%56.86%-
XYZ16.579.0423.06-
YUV80.24157.78174.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=46.03%
G=11.75%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453713300.740.080.43306.6759.3435.69
Hex91258504A82B1333b24
Octal22145205011210534637344
Binary1001000110010110000101010010101000101011100110011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912585; }

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

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

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

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

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

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

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

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