#93187F

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

Shades of Dark Purple #93187F

Tints of Dark Purple #93187F

Color information

#93187F (or 0x93187F) is unknown color: approx Dark Purple. HEX triplet: 93, 18 and 7F. RGB value is (147,24,127). Sum of RGB (Red+Green+Blue) = 147+24+127=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #93187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93187F is #6CE780. Grayscale: #484848. Windows color (decimal): -7137153 or 8329363. OLE color: 8329363.

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

Color convert

RGB14724127-
CMYK00.840.140.42
HSL309.76º71.93%33.53%-
HSV(B)309.76º83.67%57.65%-
XYZ16.198.3920.84-
YUV72.52158.75181.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.33%
GREEN value IS 24 (9.77% from 255) = 8.05%
BLUE value IS 127 (50% from 255) = 42.62%
R=49.33%
G=8.05%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472412700.840.140.42309.7671.9333.53
Hex93187F054E2A1364822
Octal223301770124165246611042
Binary100100111100011111110101010011101010101001101101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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