#91298B

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

Shades of Dark Purple #91298B

Tints of Dark Purple #91298B

Color information

#91298B (or 0x91298B) is unknown color: approx Dark Purple. HEX triplet: 91, 29 and 8B. RGB value is (145,41,139). Sum of RGB (Red+Green+Blue) = 145+41+139=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #91298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91298B is #6ED674. Grayscale: #525252. Windows color (decimal): -7263861 or 9120145. OLE color: 9120145.

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

Color convert

RGB14541139-
CMYK00.720.040.43
HSL303.46º55.91%36.47%-
HSV(B)303.46º71.72%56.86%-
XYZ17.139.4725.35-
YUV83.27159.46172.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=44.62%
G=12.62%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454113900.720.040.43303.4655.9136.47
Hex91298B04842B12f3824
Octal2215121301104534577044
Binary100100011010011000101101001000100101011100101111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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