#93427D

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

Shades of Dark Purple #93427D

Tints of Dark Purple #93427D

Color information

#93427D (or 0x93427D) is unknown color: approx Dark Purple. HEX triplet: 93, 42 and 7D. RGB value is (147,66,125). Sum of RGB (Red+Green+Blue) = 147+66+125=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #93427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93427D is #6CBD82. Grayscale: #606060. Windows color (decimal): -7126403 or 8209043. OLE color: 8209043.

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

Color convert

RGB14766125-
CMYK00.550.150.42
HSL316.3º38.03%41.76%-
HSV(B)316.3º55.1%57.65%-
XYZ17.6811.5820.71-
YUV96.94143.84163.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.49%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=43.49%
G=19.53%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476612500.550.150.42316.338.0341.76
Hex93427D037F2A13c262a
Octal22310217506717524744652
Binary100100111000010111110101101111111101010100111100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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