#93479C

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

Shades of Vivid Violet #93479C

Tints of Vivid Violet #93479C

Color information

#93479C (or 0x93479C) is unknown color: approx Vivid Violet. HEX triplet: 93, 47 and 9C. RGB value is (147,71,156). Sum of RGB (Red+Green+Blue) = 147+71+156=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #93479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93479C is #6CB863. Grayscale: #676767. Windows color (decimal): -7125092 or 10241939. OLE color: 10241939.

HSL color Cylindrical-coordinate representation of color #93479C: hue angle of 293.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93479C is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14771156-
CMYK0.060.5400.39
HSL293.65º37.44%44.51%-
HSV(B)293.65º54.49%61.18%-
XYZ20.2913.1132.91-
YUV103.41157.68159.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 71 (28.12% from 255) = 18.98%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=39.30%
G=18.98%
B=41.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147711560.060.5400.39293.6537.4444.51
Hex93479C636027126252d
Octal2231072346660474464555
Binary100100111000111100111001101101100100111100100110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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