#91298C

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

Shades of Dark Purple #91298C

Tints of Dark Purple #91298C

Color information

#91298C (or 0x91298C) is unknown color: approx Dark Purple. HEX triplet: 91, 29 and 8C. RGB value is (145,41,140). Sum of RGB (Red+Green+Blue) = 145+41+140=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #91298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91298C is #6ED673. Grayscale: #535353. Windows color (decimal): -7263860 or 9185681. OLE color: 9185681.

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

Color convert

RGB14541140-
CMYK00.720.030.43
HSL302.88º55.91%36.47%-
HSV(B)302.88º71.72%56.86%-
XYZ17.29.525.74-
YUV83.38159.96171.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 41 (16.41% from 255) = 12.58%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=44.48%
G=12.58%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454114000.720.030.43302.8855.9136.47
Hex91298C04832B12f3824
Octal2215121401103534577044
Binary10010001101001100011000100100011101011100101111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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