#911A6D

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

Shades of Dark Purple #911A6D

Tints of Dark Purple #911A6D

Color information

#911A6D (or 0x911A6D) is unknown color: approx Dark Purple. HEX triplet: 91, 1A and 6D. RGB value is (145,26,109). Sum of RGB (Red+Green+Blue) = 145+26+109=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #911A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911A6D is #6EE592. Grayscale: #464646. Windows color (decimal): -7267731 or 7150225. OLE color: 7150225.

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

Color convert

RGB14526109-
CMYK00.820.250.43
HSL318.15º69.59%33.53%-
HSV(B)318.15º82.07%56.86%-
XYZ14.817.8615.21-
YUV71.04149.42180.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.79%
GREEN value IS 26 (10.55% from 255) = 9.29%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=51.79%
G=9.29%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452610900.820.250.43318.1569.5933.53
Hex911A6D052192B13e4622
Octal221321550122315347610642
Binary1001000111010110110101010010110011010111001111101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,26,109); }

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

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

 a { background-color: rgb(145,26,109); }

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

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

 span { border-color: rgb(145,26,109); }

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