#854E8F

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

Shades of Vivid Violet #854E8F

Tints of Vivid Violet #854E8F

Color information

#854E8F (or 0x854E8F) is unknown color: approx Vivid Violet. HEX triplet: 85, 4E and 8F. RGB value is (133,78,143). Sum of RGB (Red+Green+Blue) = 133+78+143=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #854E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854E8F is #7AB170. Grayscale: #656565. Windows color (decimal): -8040817 or 9391749. OLE color: 9391749.

HSL color Cylindrical-coordinate representation of color #854E8F: hue angle of 290.77º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #854E8F is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13378143-
CMYK0.070.4500.44
HSL290.77º29.41%43.33%-
HSV(B)290.77º45.45%56.08%-
XYZ17.3612.4227.47-
YUV101.85151.22150.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 143 (56.25% from 255) = 40.40%
R=37.57%
G=22.03%
B=40.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133781430.070.4500.44290.7729.4143.33
Hex854E8F72D02C1231d2b
Octal2051162177550544433553
Binary10000101100111010001111111101101010110010010001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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