#911C6C

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

Shades of Dark Purple #911C6C

Tints of Dark Purple #911C6C

Color information

#911C6C (or 0x911C6C) is unknown color: approx Dark Purple. HEX triplet: 91, 1C and 6C. RGB value is (145,28,108). Sum of RGB (Red+Green+Blue) = 145+28+108=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #911C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911C6C is #6EE393. Grayscale: #474747. Windows color (decimal): -7267220 or 7085201. OLE color: 7085201.

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

Color convert

RGB14528108-
CMYK00.810.260.43
HSL318.97º67.63%33.92%-
HSV(B)318.97º80.69%56.86%-
XYZ14.87.9314.94-
YUV72.1148.26180-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.60%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=51.60%
G=9.96%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452810800.810.260.43318.9767.6333.92
Hex911C6C0511A2B13f4422
Octal221341540121325347710442
Binary1001000111100110110001010001110101010111001111111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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