#93367B

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

Shades of Dark Purple #93367B

Tints of Dark Purple #93367B

Color information

#93367B (or 0x93367B) is unknown color: approx Dark Purple. HEX triplet: 93, 36 and 7B. RGB value is (147,54,123). Sum of RGB (Red+Green+Blue) = 147+54+123=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93367B is #6CC984. Grayscale: #595959. Windows color (decimal): -7129477 or 8074899. OLE color: 8074899.

HSL color Cylindrical-coordinate representation of color #93367B: hue angle of 315.48º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93367B is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14754123-
CMYK00.630.160.42
HSL315.48º46.27%39.41%-
HSV(B)315.48º63.27%57.65%-
XYZ16.9310.2719.83-
YUV89.67146.81168.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=45.37%
G=16.67%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475412300.630.160.42315.4846.2739.41
Hex93367B03F102A13b2e27
Octal2236617307720524735647
Binary100100111101101111011011111110000101010100111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,54,123); }

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

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

 a { background-color: rgb(147,54,123); }

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

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

 span { border-color: rgb(147,54,123); }

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