#911081

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

Shades of Dark Purple #911081

Tints of Dark Purple #911081

Color information

#911081 (or 0x911081) is unknown color: approx Dark Purple. HEX triplet: 91, 10 and 81. RGB value is (145,16,129). Sum of RGB (Red+Green+Blue) = 145+16+129=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #911081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911081 is #6EEF7E. Grayscale: #434343. Windows color (decimal): -7270271 or 8458385. OLE color: 8458385.

HSL color Cylindrical-coordinate representation of color #911081: hue angle of 307.44º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911081 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB14516129-
CMYK00.890.110.43
HSL307.44º80.12%31.57%-
HSV(B)307.44º88.97%56.86%-
XYZ15.827.9821.47-
YUV67.45162.74183.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 5.52%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=50%
G=5.52%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451612900.890.110.43307.4480.1231.57
Hex911081059B2B1335020
Octal221202010131135346312040
Binary1001000110000100000010101100110111010111001100111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911081; }

 p { color: rgb(145,16,129); }

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

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

 a { background-color: rgb(145,16,129); }

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

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

 span { border-color: rgb(145,16,129); }

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