#91246C

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

Shades of Dark Purple #91246C

Tints of Dark Purple #91246C

Color information

#91246C (or 0x91246C) is unknown color: approx Dark Purple. HEX triplet: 91, 24 and 6C. RGB value is (145,36,108). Sum of RGB (Red+Green+Blue) = 145+36+108=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #91246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91246C is #6EDB93. Grayscale: #4C4C4C. Windows color (decimal): -7265172 or 7087249. OLE color: 7087249.

HSL color Cylindrical-coordinate representation of color #91246C: hue angle of 320.37º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #91246C is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14536108-
CMYK00.750.260.43
HSL320.37º60.22%35.49%-
HSV(B)320.37º75.17%56.86%-
XYZ15.018.3615.01-
YUV76.8145.61176.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.17%
GREEN value IS 36 (14.45% from 255) = 12.46%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=50.17%
G=12.46%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453610800.750.260.43320.3760.2235.49
Hex91246C04B1A2B1403c23
Octal22144154011332535007443
Binary1001000110010011011000100101111010101011101000000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,36,108); }

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

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

 a { background-color: rgb(145,36,108); }

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

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

 span { border-color: rgb(145,36,108); }

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