#91127B

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

Shades of Dark Purple #91127B

Tints of Dark Purple #91127B

Color information

#91127B (or 0x91127B) is unknown color: approx Dark Purple. HEX triplet: 91, 12 and 7B. RGB value is (145,18,123). Sum of RGB (Red+Green+Blue) = 145+18+123=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #91127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91127B is #6EED84. Grayscale: #434343. Windows color (decimal): -7269765 or 8065681. OLE color: 8065681.

HSL color Cylindrical-coordinate representation of color #91127B: hue angle of 310.39º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91127B is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14518123-
CMYK00.880.150.43
HSL310.39º77.91%31.96%-
HSV(B)310.39º87.59%56.86%-
XYZ15.477.8819.45-
YUV67.94159.08182.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.70%
GREEN value IS 18 (7.42% from 255) = 6.29%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=50.70%
G=6.29%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451812300.880.150.43310.3977.9131.96
Hex91127B058F2B1364e20
Octal221221730130175346611640
Binary100100011001011110110101100011111010111001101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91127B; }

 p { color: rgb(145,18,123); }

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

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

 a { background-color: rgb(145,18,123); }

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

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

 span { border-color: rgb(145,18,123); }

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