#91246E

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

Shades of Dark Purple #91246E

Tints of Dark Purple #91246E

Color information

#91246E (or 0x91246E) is unknown color: approx Dark Purple. HEX triplet: 91, 24 and 6E. RGB value is (145,36,110). Sum of RGB (Red+Green+Blue) = 145+36+110=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #91246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91246E is #6EDB91. Grayscale: #4C4C4C. Windows color (decimal): -7265170 or 7218321. OLE color: 7218321.

HSL color Cylindrical-coordinate representation of color #91246E: hue angle of 319.27º 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 #91246E is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14536110-
CMYK00.750.240.43
HSL319.27º60.22%35.49%-
HSV(B)319.27º75.17%56.86%-
XYZ15.128.4115.58-
YUV77.03146.61176.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.83%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=49.83%
G=12.37%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453611000.750.240.43319.2760.2235.49
Hex91246E04B182B13f3c23
Octal22144156011330534777443
Binary1001000110010011011100100101111000101011100111111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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