#93287F

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

Shades of Dark Purple #93287F

Tints of Dark Purple #93287F

Color information

#93287F (or 0x93287F) is unknown color: approx Dark Purple. HEX triplet: 93, 28 and 7F. RGB value is (147,40,127). Sum of RGB (Red+Green+Blue) = 147+40+127=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #93287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93287F is #6CD780. Grayscale: #515151. Windows color (decimal): -7133057 or 8333459. OLE color: 8333459.

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

Color convert

RGB14740127-
CMYK00.730.140.42
HSL311.21º57.22%36.67%-
HSV(B)311.21º72.79%57.65%-
XYZ16.629.2520.99-
YUV81.91153.45174.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.82%
GREEN value IS 40 (16.02% from 255) = 12.74%
BLUE value IS 127 (50% from 255) = 40.45%
R=46.82%
G=12.74%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474012700.730.140.42311.2157.2236.67
Hex93287F049E2A1373925
Octal22350177011116524677145
Binary100100111010001111111010010011110101010100110111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93287F; }

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

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

<style>
 a { background-color: #93287F; }

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

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

<style>
 span { border-color: #93287F; }

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

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