#93288B

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

Shades of Dark Purple #93288B

Tints of Dark Purple #93288B

Color information

#93288B (or 0x93288B) is unknown color: approx Dark Purple. HEX triplet: 93, 28 and 8B. RGB value is (147,40,139). Sum of RGB (Red+Green+Blue) = 147+40+139=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #93288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93288B is #6CD774. Grayscale: #525252. Windows color (decimal): -7133045 or 9119891. OLE color: 9119891.

HSL color Cylindrical-coordinate representation of color #93288B: hue angle of 304.49º 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 #93288B is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14740139-
CMYK00.730.050.42
HSL304.49º57.22%36.67%-
HSV(B)304.49º72.79%57.65%-
XYZ17.459.5825.36-
YUV83.28159.45173.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.09%
GREEN value IS 40 (16.02% from 255) = 12.27%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=45.09%
G=12.27%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474013900.730.050.42304.4957.2236.67
Hex93288B04952A1303925
Octal2235021301115524607145
Binary100100111010001000101101001001101101010100110000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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