#93479E

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

Shades of Vivid Violet #93479E

Tints of Vivid Violet #93479E

Color information

#93479E (or 0x93479E) is unknown color: approx Vivid Violet. HEX triplet: 93, 47 and 9E. RGB value is (147,71,158). Sum of RGB (Red+Green+Blue) = 147+71+158=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #93479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93479E is #6CB861. Grayscale: #676767. Windows color (decimal): -7125090 or 10373011. OLE color: 10373011.

HSL color Cylindrical-coordinate representation of color #93479E: hue angle of 292.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93479E is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14771158-
CMYK0.070.5500.38
HSL292.41º37.99%44.9%-
HSV(B)292.41º55.06%61.96%-
XYZ20.4613.1833.81-
YUV103.64158.68158.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 71 (28.12% from 255) = 18.88%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=39.10%
G=18.88%
B=42.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147711580.070.5500.38292.4137.9944.9
Hex93479E737026124262d
Octal2231072367670464444655
Binary100100111000111100111101111101110100110100100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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