#91297B

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

Shades of Dark Purple #91297B

Tints of Dark Purple #91297B

Color information

#91297B (or 0x91297B) is unknown color: approx Dark Purple. HEX triplet: 91, 29 and 7B. RGB value is (145,41,123). Sum of RGB (Red+Green+Blue) = 145+41+123=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91297B is #6ED684. Grayscale: #515151. Windows color (decimal): -7263877 or 8071569. OLE color: 8071569.

HSL color Cylindrical-coordinate representation of color #91297B: hue angle of 312.69º 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 #91297B is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14541123-
CMYK00.720.150.43
HSL312.69º55.91%36.47%-
HSV(B)312.69º71.72%56.86%-
XYZ16.059.0419.64-
YUV81.44151.46173.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 41 (16.41% from 255) = 13.27%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=46.93%
G=13.27%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454112300.720.150.43312.6955.9136.47
Hex91297B048F2B1393824
Octal22151173011017534717044
Binary100100011010011111011010010001111101011100111001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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