#93288A

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

Shades of Dark Purple #93288A

Tints of Dark Purple #93288A

Color information

#93288A (or 0x93288A) is unknown color: approx Dark Purple. HEX triplet: 93, 28 and 8A. RGB value is (147,40,138). Sum of RGB (Red+Green+Blue) = 147+40+138=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93288A is #6CD775. Grayscale: #525252. Windows color (decimal): -7133046 or 9054355. OLE color: 9054355.

HSL color Cylindrical-coordinate representation of color #93288A: hue angle of 305.05º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93288A is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14740138-
CMYK00.730.060.42
HSL305.05º57.22%36.67%-
HSV(B)305.05º72.79%57.65%-
XYZ17.389.5624.97-
YUV83.16158.95173.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 40 (16.02% from 255) = 12.31%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=45.23%
G=12.31%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474013800.730.060.42305.0557.2236.67
Hex93288A04962A1313925
Octal2235021201116524617145
Binary100100111010001000101001001001110101010100110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93288A; }

 p { color: rgb(147,40,138); }

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

<style>
 a { background-color: #93288A; }

 a { background-color: rgb(147,40,138); }

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

<style>
 span { border-color: #93288A; }

 span { border-color: rgb(147,40,138); }

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