#93297D

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

Shades of Dark Purple #93297D

Tints of Dark Purple #93297D

Color information

#93297D (or 0x93297D) is unknown color: approx Dark Purple. HEX triplet: 93, 29 and 7D. RGB value is (147,41,125). Sum of RGB (Red+Green+Blue) = 147+41+125=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93297D is #6CD682. Grayscale: #525252. Windows color (decimal): -7132803 or 8202643. OLE color: 8202643.

HSL color Cylindrical-coordinate representation of color #93297D: hue angle of 312.45º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93297D is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14741125-
CMYK00.720.150.42
HSL312.45º56.38%36.86%-
HSV(B)312.45º72.11%57.65%-
XYZ16.539.2720.32-
YUV82.27152.12174.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=46.96%
G=13.10%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474112500.720.150.42312.4556.3836.86
Hex93297D048F2A1383825
Octal22351175011017524707045
Binary100100111010011111101010010001111101010100111000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93297D; }

 p { color: rgb(147,41,125); }

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

<style>
 a { background-color: #93297D; }

 a { background-color: rgb(147,41,125); }

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

<style>
 span { border-color: #93297D; }

 span { border-color: rgb(147,41,125); }

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