#911C78

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

Shades of Dark Purple #911C78

Tints of Dark Purple #911C78

Color information

#911C78 (or 0x911C78) is unknown color: approx Dark Purple. HEX triplet: 91, 1C and 78. RGB value is (145,28,120). Sum of RGB (Red+Green+Blue) = 145+28+120=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #911C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911C78 is #6EE387. Grayscale: #494949. Windows color (decimal): -7267208 or 7871633. OLE color: 7871633.

HSL color Cylindrical-coordinate representation of color #911C78: hue angle of 312.82º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911C78 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14528120-
CMYK00.810.170.43
HSL312.82º67.63%33.92%-
HSV(B)312.82º80.69%56.86%-
XYZ15.488.2118.54-
YUV73.47154.26179.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.49%
GREEN value IS 28 (11.33% from 255) = 9.56%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=49.49%
G=9.56%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452812000.810.170.43312.8267.6333.92
Hex911C78051112B1394422
Octal221341700121215347110442
Binary1001000111100111100001010001100011010111001110011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911C78; }

 p { color: rgb(145,28,120); }

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

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

 a { background-color: rgb(145,28,120); }

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

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

 span { border-color: rgb(145,28,120); }

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