#93318B

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

Shades of Dark Purple #93318B

Tints of Dark Purple #93318B

Color information

#93318B (or 0x93318B) is unknown color: approx Dark Purple. HEX triplet: 93, 31 and 8B. RGB value is (147,49,139). Sum of RGB (Red+Green+Blue) = 147+49+139=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #93318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93318B is #6CCE74. Grayscale: #585858. Windows color (decimal): -7130741 or 9122195. OLE color: 9122195.

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

Color convert

RGB14749139-
CMYK00.670.050.42
HSL304.9º50%38.43%-
HSV(B)304.9º66.67%57.65%-
XYZ17.7910.2625.47-
YUV88.56156.47169.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.88%
GREEN value IS 49 (19.53% from 255) = 14.63%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=43.88%
G=14.63%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474913900.670.050.42304.95038.43
Hex93318B04352A1313226
Octal2236121301035524616246
Binary100100111100011000101101000011101101010100110001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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