#93237f

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

Shades of Dark Purple #93237F

Tints of Dark Purple #93237F

Color information

#93237F (or 0x93237F) is unknown color: approx Dark Purple. HEX triplet: 93, 23 and 7F. RGB value is (147,35,127). Sum of RGB (Red+Green+Blue) = 147+35+127=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93237F is #6CDC80. Grayscale: #4E4E4E. Windows color (decimal): -7134337 or 8332179. OLE color: 8332179.

HSL color Cylindrical-coordinate representation of color #93237F: hue angle of 310.71º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93237F is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14735127-
CMYK00.760.140.42
HSL310.71º61.54%35.69%-
HSV(B)310.71º76.19%57.65%-
XYZ16.468.9420.94-
YUV78.98155.11176.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 35 (14.06% from 255) = 11.33%
BLUE value IS 127 (50% from 255) = 41.10%
R=47.57%
G=11.33%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473512700.760.140.42310.7161.5435.69
Hex93237F04CE2A1373e24
Octal22343177011416524677644
Binary100100111000111111111010011001110101010100110111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93237f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93237f; }

 p { color: rgb(147,35,127); }

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

<style>
 a { background-color: #93237f; }

 a { background-color: rgb(147,35,127); }

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

<style>
 span { border-color: #93237f; }

 span { border-color: rgb(147,35,127); }

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