#93488E

Color #93488E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #93488E

Tints of Violet Blue #93488E

Color information

#93488E (or 0x93488E) is unknown color: approx Violet Blue. HEX triplet: 93, 48 and 8E. RGB value is (147,72,142). Sum of RGB (Red+Green+Blue) = 147+72+142=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #93488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93488E is #6CB771. Grayscale: #666666. Windows color (decimal): -7124850 or 9324691. OLE color: 9324691.

HSL color Cylindrical-coordinate representation of color #93488E: hue angle of 304º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93488E is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14772142-
CMYK00.510.030.42
HSL304º34.25%42.94%-
HSV(B)304º51.02%57.65%-
XYZ19.2312.7927.05-
YUV102.4150.35159.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=40.72%
G=19.94%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477214200.510.030.4230434.2542.94
Hex93488E03332A130222b
Octal2231102160633524604253
Binary10010011100100010001110011001111101010100110000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93488E; }

 p { color: rgb(147,72,142); }

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

<style>
 a { background-color: #93488E; }

 a { background-color: rgb(147,72,142); }

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

<style>
 span { border-color: #93488E; }

 span { border-color: rgb(147,72,142); }

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