#93177D

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

Shades of Dark Purple #93177D

Tints of Dark Purple #93177D

Color information

#93177D (or 0x93177D) is unknown color: approx Dark Purple. HEX triplet: 93, 17 and 7D. RGB value is (147,23,125). Sum of RGB (Red+Green+Blue) = 147+23+125=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93177D is #6CE882. Grayscale: #474747. Windows color (decimal): -7137411 or 8198035. OLE color: 8198035.

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

Color convert

RGB14723125-
CMYK00.840.150.42
HSL310.65º72.94%33.33%-
HSV(B)310.65º84.35%57.65%-
XYZ16.048.320.16-
YUV71.7158.08181.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 23 (9.38% from 255) = 7.80%
BLUE value IS 125 (49.22% from 255) = 42.37%
R=49.83%
G=7.80%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472312500.840.150.42310.6572.9433.33
Hex93177D054F2A1374921
Octal223271750124175246711141
Binary100100111011111111010101010011111010101001101111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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