#91297F

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

Shades of Dark Purple #91297F

Tints of Dark Purple #91297F

Color information

#91297F (or 0x91297F) is unknown color: approx Dark Purple. HEX triplet: 91, 29 and 7F. RGB value is (145,41,127). Sum of RGB (Red+Green+Blue) = 145+41+127=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #91297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91297F is #6ED680. Grayscale: #515151. Windows color (decimal): -7263873 or 8333713. OLE color: 8333713.

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

Color convert

RGB14541127-
CMYK00.720.120.43
HSL310.38º55.91%36.47%-
HSV(B)310.38º71.72%56.86%-
XYZ16.39.1420.98-
YUV81.9153.46173.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 127 (50% from 255) = 40.58%
R=46.33%
G=13.10%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454112700.720.120.43310.3855.9136.47
Hex91297F048C2B1363824
Octal22151177011014534667044
Binary100100011010011111111010010001100101011100110110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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