#93197F

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

Shades of Dark Purple #93197F

Tints of Dark Purple #93197F

Color information

#93197F (or 0x93197F) is unknown color: approx Dark Purple. HEX triplet: 93, 19 and 7F. RGB value is (147,25,127). Sum of RGB (Red+Green+Blue) = 147+25+127=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #93197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93197F is #6CE680. Grayscale: #484848. Windows color (decimal): -7136897 or 8329619. OLE color: 8329619.

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

Color convert

RGB14725127-
CMYK00.830.140.42
HSL309.84º70.93%33.73%-
HSV(B)309.84º82.99%57.65%-
XYZ16.218.4320.85-
YUV73.11158.42180.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 25 (10.16% from 255) = 8.36%
BLUE value IS 127 (50% from 255) = 42.47%
R=49.16%
G=8.36%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472512700.830.140.42309.8470.9333.73
Hex93197F053E2A1364722
Octal223311770123165246610742
Binary100100111100111111110101001111101010101001101101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93197F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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