#93217E

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

Shades of Dark Purple #93217E

Tints of Dark Purple #93217E

Color information

#93217E (or 0x93217E) is unknown color: approx Dark Purple. HEX triplet: 93, 21 and 7E. RGB value is (147,33,126). Sum of RGB (Red+Green+Blue) = 147+33+126=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93217E is #6CDE81. Grayscale: #4D4D4D. Windows color (decimal): -7134850 or 8266131. OLE color: 8266131.

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

Color convert

RGB14733126-
CMYK00.780.140.42
HSL311.05º63.33%35.29%-
HSV(B)311.05º77.55%57.65%-
XYZ16.348.820.58-
YUV77.69155.27177.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.04%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 126 (49.61% from 255) = 41.18%
R=48.04%
G=10.78%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473312600.780.140.42311.0563.3335.29
Hex93217E04EE2A1373f23
Octal22341176011616524677743
Binary100100111000011111110010011101110101010100110111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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