#911A6C

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

Shades of Dark Purple #911A6C

Tints of Dark Purple #911A6C

Color information

#911A6C (or 0x911A6C) is unknown color: approx Dark Purple. HEX triplet: 91, 1A and 6C. RGB value is (145,26,108). Sum of RGB (Red+Green+Blue) = 145+26+108=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #911A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911A6C is #6EE593. Grayscale: #464646. Windows color (decimal): -7267732 or 7084689. OLE color: 7084689.

HSL color Cylindrical-coordinate representation of color #911A6C: hue angle of 318.66º 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 #911A6C is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14526108-
CMYK00.820.260.43
HSL318.66º69.59%33.53%-
HSV(B)318.66º82.07%56.86%-
XYZ14.757.8414.92-
YUV70.93148.92180.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 26 (10.55% from 255) = 9.32%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=51.97%
G=9.32%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452610800.820.260.43318.6669.5933.53
Hex911A6C0521A2B13f4622
Octal221321540122325347710642
Binary1001000111010110110001010010110101010111001111111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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