#93478E

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

Shades of Violet Blue #93478E

Tints of Violet Blue #93478E

Color information

#93478E (or 0x93478E) is unknown color: approx Violet Blue. HEX triplet: 93, 47 and 8E. RGB value is (147,71,142). Sum of RGB (Red+Green+Blue) = 147+71+142=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #93478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93478E is #6CB871. Grayscale: #656565. Windows color (decimal): -7125106 or 9324435. OLE color: 9324435.

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

Color convert

RGB14771142-
CMYK00.520.030.42
HSL303.95º34.86%42.75%-
HSV(B)303.95º51.7%57.65%-
XYZ19.1712.6627.03-
YUV101.82150.68160.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 71 (28.12% from 255) = 19.72%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=40.83%
G=19.72%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477114200.520.030.42303.9534.8642.75
Hex93478E03432A130232b
Octal2231072160643524604353
Binary10010011100011110001110011010011101010100110000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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