#854E94

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

Shades of Vivid Violet #854E94

Tints of Vivid Violet #854E94

Color information

#854E94 (or 0x854E94) is unknown color: approx Vivid Violet. HEX triplet: 85, 4E and 94. RGB value is (133,78,148). Sum of RGB (Red+Green+Blue) = 133+78+148=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #854E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854E94 is #7AB16B. Grayscale: #666666. Windows color (decimal): -8040812 or 9719429. OLE color: 9719429.

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

Color convert

RGB13378148-
CMYK0.100.4700.42
HSL287.14º30.97%44.31%-
HSV(B)287.14º47.3%58.04%-
XYZ17.7412.5729.51-
YUV102.42153.72149.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 148 (58.20% from 255) = 41.23%
R=37.05%
G=21.73%
B=41.23%

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
Decimal133781480.100.4700.42287.1430.9744.31
Hex854E94A2F02A11f1f2c
Octal20511622412570524373754
Binary100001011001110100101001010101111010101010001111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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