#854E93

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

Shades of Vivid Violet #854E93

Tints of Vivid Violet #854E93

Color information

#854E93 (or 0x854E93) is unknown color: approx Vivid Violet. HEX triplet: 85, 4E and 93. RGB value is (133,78,147). Sum of RGB (Red+Green+Blue) = 133+78+147=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #854E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854E93 is #7AB16C. Grayscale: #666666. Windows color (decimal): -8040813 or 9653893. OLE color: 9653893.

HSL color Cylindrical-coordinate representation of color #854E93: hue angle of 287.83º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854E93 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13378147-
CMYK0.100.4700.42
HSL287.83º30.67%44.12%-
HSV(B)287.83º46.94%57.65%-
XYZ17.6612.5429.09-
YUV102.31153.22149.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=37.15%
G=21.79%
B=41.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133781470.100.4700.42287.8330.6744.12
Hex854E93A2F02A1201f2c
Octal20511622312570524403754
Binary100001011001110100100111010101111010101010010000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854E93; }

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

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

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

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

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

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

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

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