#912E7C

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

Shades of Dark Purple #912E7C

Tints of Dark Purple #912E7C

Color information

#912E7C (or 0x912E7C) is unknown color: approx Dark Purple. HEX triplet: 91, 2E and 7C. RGB value is (145,46,124). Sum of RGB (Red+Green+Blue) = 145+46+124=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #912E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912E7C is #6ED183. Grayscale: #545454. Windows color (decimal): -7262596 or 8138385. OLE color: 8138385.

HSL color Cylindrical-coordinate representation of color #912E7C: hue angle of 312.73º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912E7C is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14546124-
CMYK00.680.140.43
HSL312.73º51.83%37.45%-
HSV(B)312.73º68.28%56.86%-
XYZ16.299.4320.03-
YUV84.49150.3171.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 46 (18.36% from 255) = 14.60%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=46.03%
G=14.60%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454612400.680.140.43312.7351.8337.45
Hex912E7C044E2B1393425
Octal22156174010416534716445
Binary100100011011101111100010001001110101011100111001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912E7C; }

 p { color: rgb(145,46,124); }

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

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

 a { background-color: rgb(145,46,124); }

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

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

 span { border-color: rgb(145,46,124); }

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