#93427B

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

Shades of Dark Purple #93427B

Tints of Dark Purple #93427B

Color information

#93427B (or 0x93427B) is unknown color: approx Dark Purple. HEX triplet: 93, 42 and 7B. RGB value is (147,66,123). Sum of RGB (Red+Green+Blue) = 147+66+123=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #93427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93427B is #6CBD84. Grayscale: #606060. Windows color (decimal): -7126405 or 8077971. OLE color: 8077971.

HSL color Cylindrical-coordinate representation of color #93427B: hue angle of 317.78º 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 #93427B is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14766123-
CMYK00.550.160.42
HSL317.78º38.03%41.76%-
HSV(B)317.78º55.1%57.65%-
XYZ17.5611.5320.04-
YUV96.72142.84163.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=43.75%
G=19.64%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476612300.550.160.42317.7838.0341.76
Hex93427B037102A13e262a
Octal22310217306720524764652
Binary1001001110000101111011011011110000101010100111110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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