#93278B

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

Shades of Dark Purple #93278B

Tints of Dark Purple #93278B

Color information

#93278B (or 0x93278B) is unknown color: approx Dark Purple. HEX triplet: 93, 27 and 8B. RGB value is (147,39,139). Sum of RGB (Red+Green+Blue) = 147+39+139=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93278B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93278B is #6CD874. Grayscale: #525252. Windows color (decimal): -7133301 or 9119635. OLE color: 9119635.

HSL color Cylindrical-coordinate representation of color #93278B: hue angle of 304.44º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93278B is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14739139-
CMYK00.730.050.42
HSL304.44º58.06%36.47%-
HSV(B)304.44º73.47%57.65%-
XYZ17.429.5225.35-
YUV82.69159.78173.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 39 (15.62% from 255) = 12%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=45.23%
G=12%
B=42.77%

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
Decimal1473913900.730.050.42304.4458.0636.47
Hex93278B04952A1303a24
Octal2234721301115524607244
Binary100100111001111000101101001001101101010100110000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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