#93246E

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

Shades of Dark Purple #93246E

Tints of Dark Purple #93246E

Color information

#93246E (or 0x93246E) is unknown color: approx Dark Purple. HEX triplet: 93, 24 and 6E. RGB value is (147,36,110). Sum of RGB (Red+Green+Blue) = 147+36+110=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93246E is #6CDB91. Grayscale: #4D4D4D. Windows color (decimal): -7134098 or 7218323. OLE color: 7218323.

HSL color Cylindrical-coordinate representation of color #93246E: hue angle of 320º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93246E is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14736110-
CMYK00.760.250.42
HSL320º60.66%35.88%-
HSV(B)320º75.51%57.65%-
XYZ15.488.5915.59-
YUV77.62146.27177.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 36 (14.45% from 255) = 12.29%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=50.17%
G=12.29%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473611000.760.250.4232060.6635.88
Hex93246E04C192A1403d24
Octal22344156011431525007544
Binary1001001110010011011100100110011001101010101000000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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