#91147A

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

Shades of Dark Purple #91147A

Tints of Dark Purple #91147A

Color information

#91147A (or 0x91147A) is unknown color: approx Dark Purple. HEX triplet: 91, 14 and 7A. RGB value is (145,20,122). Sum of RGB (Red+Green+Blue) = 145+20+122=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #91147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91147A is #6EEB85. Grayscale: #444444. Windows color (decimal): -7269254 or 8000657. OLE color: 8000657.

HSL color Cylindrical-coordinate representation of color #91147A: hue angle of 311.04º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91147A is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14520122-
CMYK00.860.160.43
HSL311.04º75.76%32.35%-
HSV(B)311.04º86.21%56.86%-
XYZ15.447.9319.13-
YUV69157.91182.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.52%
GREEN value IS 20 (8.20% from 255) = 6.97%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=50.52%
G=6.97%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452012200.860.160.43311.0475.7632.35
Hex91147A056102B1374c20
Octal221241720126205346711440
Binary1001000110100111101001010110100001010111001101111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91147A; }

 p { color: rgb(145,20,122); }

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

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

 a { background-color: rgb(145,20,122); }

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

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

 span { border-color: rgb(145,20,122); }

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