#93216E

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

Shades of Dark Purple #93216E

Tints of Dark Purple #93216E

Color information

#93216E (or 0x93216E) is unknown color: approx Dark Purple. HEX triplet: 93, 21 and 6E. RGB value is (147,33,110). Sum of RGB (Red+Green+Blue) = 147+33+110=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93216E is #6CDE91. Grayscale: #4B4B4B. Windows color (decimal): -7134866 or 7217555. OLE color: 7217555.

HSL color Cylindrical-coordinate representation of color #93216E: hue angle of 319.47º 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 #93216E is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14733110-
CMYK00.780.250.42
HSL319.47º63.33%35.29%-
HSV(B)319.47º77.55%57.65%-
XYZ15.398.4215.57-
YUV75.86147.27178.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.69%
GREEN value IS 33 (13.28% from 255) = 11.38%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=50.69%
G=11.38%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473311000.780.250.42319.4763.3335.29
Hex93216E04E192A13f3f23
Octal22341156011631524777743
Binary1001001110000111011100100111011001101010100111111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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