#912485

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

Shades of Dark Purple #912485

Tints of Dark Purple #912485

Color information

#912485 (or 0x912485) is unknown color: approx Dark Purple. HEX triplet: 91, 24 and 85. RGB value is (145,36,133). Sum of RGB (Red+Green+Blue) = 145+36+133=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #912485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912485 is #6EDB7A. Grayscale: #4F4F4F. Windows color (decimal): -7265147 or 8725649. OLE color: 8725649.

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

Color convert

RGB14536133-
CMYK00.750.080.43
HSL306.61º60.22%35.49%-
HSV(B)306.61º75.17%56.86%-
XYZ16.548.9723.05-
YUV79.65158.11174.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.18%
GREEN value IS 36 (14.45% from 255) = 11.46%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=46.18%
G=11.46%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453613300.750.080.43306.6160.2235.49
Hex91248504B82B1333c23
Octal22144205011310534637443
Binary1001000110010010000101010010111000101011100110011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912485; }

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

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

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

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

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

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

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

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