#911681

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

Shades of Dark Purple #911681

Tints of Dark Purple #911681

Color information

#911681 (or 0x911681) is unknown color: approx Dark Purple. HEX triplet: 91, 16 and 81. RGB value is (145,22,129). Sum of RGB (Red+Green+Blue) = 145+22+129=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #911681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911681 is #6EE97E. Grayscale: #464646. Windows color (decimal): -7268735 or 8459921. OLE color: 8459921.

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

Color convert

RGB14522129-
CMYK00.850.110.43
HSL307.8º73.65%32.75%-
HSV(B)307.8º84.83%56.86%-
XYZ15.938.1821.51-
YUV70.97160.75180.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.99%
GREEN value IS 22 (8.98% from 255) = 7.43%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=48.99%
G=7.43%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452212900.850.110.43307.873.6532.75
Hex911681055B2B1344a21
Octal221262010125135346411241
Binary1001000110110100000010101010110111010111001101001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911681; }

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

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

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

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

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

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

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

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