#91297A

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

Shades of Dark Purple #91297A

Tints of Dark Purple #91297A

Color information

#91297A (or 0x91297A) is unknown color: approx Dark Purple. HEX triplet: 91, 29 and 7A. RGB value is (145,41,122). Sum of RGB (Red+Green+Blue) = 145+41+122=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #91297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91297A is #6ED685. Grayscale: #515151. Windows color (decimal): -7263878 or 8006033. OLE color: 8006033.

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

Color convert

RGB14541122-
CMYK00.720.160.43
HSL313.27º55.91%36.47%-
HSV(B)313.27º71.72%56.86%-
XYZ15.989.0119.31-
YUV81.33150.96173.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.08%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=47.08%
G=13.31%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454112200.720.160.43313.2755.9136.47
Hex91297A048102B1393824
Octal22151172011020534717044
Binary1001000110100111110100100100010000101011100111001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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