#93216C

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

Shades of Dark Purple #93216C

Tints of Dark Purple #93216C

Color information

#93216C (or 0x93216C) is unknown color: approx Dark Purple. HEX triplet: 93, 21 and 6C. RGB value is (147,33,108). Sum of RGB (Red+Green+Blue) = 147+33+108=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93216C is #6CDE93. Grayscale: #4B4B4B. Windows color (decimal): -7134868 or 7086483. OLE color: 7086483.

HSL color Cylindrical-coordinate representation of color #93216C: hue angle of 320.53º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #93216C is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14733108-
CMYK00.780.270.42
HSL320.53º63.33%35.29%-
HSV(B)320.53º77.55%57.65%-
XYZ15.288.3715-
YUV75.64146.27178.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.04%
GREEN value IS 33 (13.28% from 255) = 11.46%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=51.04%
G=11.46%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473310800.780.270.42320.5363.3335.29
Hex93216C04E1B2A1413f23
Octal22341154011633525017743
Binary1001001110000111011000100111011011101010101000001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93216C; }

 p { color: rgb(147,33,108); }

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

<style>
 a { background-color: #93216C; }

 a { background-color: rgb(147,33,108); }

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

<style>
 span { border-color: #93216C; }

 span { border-color: rgb(147,33,108); }

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