#91107c

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

Shades of Dark Purple #91107C

Tints of Dark Purple #91107C

Color information

#91107C (or 0x91107C) is unknown color: approx Dark Purple. HEX triplet: 91, 10 and 7C. RGB value is (145,16,124). Sum of RGB (Red+Green+Blue) = 145+16+124=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #91107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91107C is #6EEF83. Grayscale: #424242. Windows color (decimal): -7270276 or 8130705. OLE color: 8130705.

HSL color Cylindrical-coordinate representation of color #91107C: hue angle of 309.77º 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 #91107C is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14516124-
CMYK00.890.140.43
HSL309.77º80.12%31.57%-
HSV(B)309.77º88.97%56.86%-
XYZ15.57.8519.77-
YUV66.88160.24183.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 16 (6.64% from 255) = 5.61%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=50.88%
G=5.61%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451612400.890.140.43309.7780.1231.57
Hex91107C059E2B1365020
Octal221201740131165346612040
Binary100100011000011111000101100111101010111001101101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91107c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91107c; }

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

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

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

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

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

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

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

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