#854793

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

Shades of Vivid Violet #854793

Tints of Vivid Violet #854793

Color information

#854793 (or 0x854793) is unknown color: approx Vivid Violet. HEX triplet: 85, 47 and 93. RGB value is (133,71,147). Sum of RGB (Red+Green+Blue) = 133+71+147=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #854793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854793 is #7AB86C. Grayscale: #616161. Windows color (decimal): -8042605 or 9652101. OLE color: 9652101.

HSL color Cylindrical-coordinate representation of color #854793: hue angle of 288.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 #854793 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13371147-
CMYK0.100.5200.42
HSL288.95º34.86%42.75%-
HSV(B)288.95º51.7%57.65%-
XYZ17.1911.628.94-
YUV98.2155.54152.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=37.89%
G=20.23%
B=41.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133711470.100.5200.42288.9534.8642.75
Hex854793A3402A121232b
Octal20510722312640524414353
Binary1000010110001111001001110101101000101010100100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854793; }

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

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

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

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

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

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

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

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