#911F7D

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

Shades of Dark Purple #911F7D

Tints of Dark Purple #911F7D

Color information

#911F7D (or 0x911F7D) is unknown color: approx Dark Purple. HEX triplet: 91, 1F and 7D. RGB value is (145,31,125). Sum of RGB (Red+Green+Blue) = 145+31+125=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #911F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911F7D is #6EE082. Grayscale: #4B4B4B. Windows color (decimal): -7266435 or 8200081. OLE color: 8200081.

HSL color Cylindrical-coordinate representation of color #911F7D: hue angle of 310.53º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911F7D is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14531125-
CMYK00.790.140.43
HSL310.53º64.77%34.51%-
HSV(B)310.53º78.62%56.86%-
XYZ15.878.4820.2-
YUV75.8155.77177.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 31 (12.5% from 255) = 10.30%
BLUE value IS 125 (49.22% from 255) = 41.53%
R=48.17%
G=10.30%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453112500.790.140.43310.5364.7734.51
Hex911F7D04FE2B1374123
Octal221371750117165346710143
Binary100100011111111111010100111111101010111001101111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,31,125); }

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

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

 a { background-color: rgb(145,31,125); }

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

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

 span { border-color: rgb(145,31,125); }

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