#91227F

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

Shades of Dark Purple #91227F

Tints of Dark Purple #91227F

Color information

#91227F (or 0x91227F) is unknown color: approx Dark Purple. HEX triplet: 91, 22 and 7F. RGB value is (145,34,127). Sum of RGB (Red+Green+Blue) = 145+34+127=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #91227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91227F is #6EDD80. Grayscale: #4D4D4D. Windows color (decimal): -7265665 or 8331921. OLE color: 8331921.

HSL color Cylindrical-coordinate representation of color #91227F: hue angle of 309.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #91227F is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14534127-
CMYK00.770.120.43
HSL309.73º62.01%35.1%-
HSV(B)309.73º76.55%56.86%-
XYZ16.088.720.91-
YUV77.79155.77175.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 127 (50% from 255) = 41.50%
R=47.39%
G=11.11%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453412700.770.120.43309.7362.0135.1
Hex91227F04DC2B1363e23
Octal22142177011514534667643
Binary100100011000101111111010011011100101011100110110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91227F; }

 p { color: rgb(145,34,127); }

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

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

 a { background-color: rgb(145,34,127); }

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

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

 span { border-color: rgb(145,34,127); }

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