#912782

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

Shades of Dark Purple #912782

Tints of Dark Purple #912782

Color information

#912782 (or 0x912782) is unknown color: approx Dark Purple. HEX triplet: 91, 27 and 82. RGB value is (145,39,130). Sum of RGB (Red+Green+Blue) = 145+39+130=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #912782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912782 is #6ED87D. Grayscale: #505050. Windows color (decimal): -7264382 or 8529809. OLE color: 8529809.

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

Color convert

RGB14539130-
CMYK00.730.100.43
HSL308.49º57.61%36.08%-
HSV(B)308.49º73.1%56.86%-
XYZ16.439.0822.01-
YUV81.07155.62173.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.18%
GREEN value IS 39 (15.62% from 255) = 12.42%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=46.18%
G=12.42%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453913000.730.100.43308.4957.6136.08
Hex912782049A2B1343a24
Octal22147202011112534647244
Binary1001000110011110000010010010011010101011100110100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912782; }

 p { color: rgb(145,39,130); }

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

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

 a { background-color: rgb(145,39,130); }

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

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

 span { border-color: rgb(145,39,130); }

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