#93296F

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

Shades of Dark Purple #93296F

Tints of Dark Purple #93296F

Color information

#93296F (or 0x93296F) is unknown color: approx Dark Purple. HEX triplet: 93, 29 and 6F. RGB value is (147,41,111). Sum of RGB (Red+Green+Blue) = 147+41+111=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #93296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93296F is #6CD690. Grayscale: #505050. Windows color (decimal): -7132817 or 7285139. OLE color: 7285139.

HSL color Cylindrical-coordinate representation of color #93296F: hue angle of 320.38º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93296F is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14741111-
CMYK00.720.240.42
HSL320.38º56.38%36.86%-
HSV(B)320.38º72.11%57.65%-
XYZ15.698.9415.94-
YUV80.67145.12175.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 41 (16.41% from 255) = 13.71%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=49.16%
G=13.71%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474111100.720.240.42320.3856.3836.86
Hex93296F048182A1403825
Octal22351157011030525007045
Binary1001001110100111011110100100011000101010101000000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93296F; }

 p { color: rgb(147,41,111); }

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

<style>
 a { background-color: #93296F; }

 a { background-color: rgb(147,41,111); }

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

<style>
 span { border-color: #93296F; }

 span { border-color: rgb(147,41,111); }

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