#854394

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

Shades of Vivid Violet #854394

Tints of Vivid Violet #854394

Color information

#854394 (or 0x854394) is unknown color: approx Vivid Violet. HEX triplet: 85, 43 and 94. RGB value is (133,67,148). Sum of RGB (Red+Green+Blue) = 133+67+148=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #854394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854394 is #7ABC6B. Grayscale: #5F5F5F. Windows color (decimal): -8043628 or 9716613. OLE color: 9716613.

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

Color convert

RGB13367148-
CMYK0.100.5500.42
HSL288.89º37.67%42.16%-
HSV(B)288.89º54.73%58.04%-
XYZ17.0311.1429.27-
YUV95.97157.37154.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 148 (58.20% from 255) = 42.53%
R=38.22%
G=19.25%
B=42.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133671480.100.5500.42288.8937.6742.16
Hex854394A3702A121262a
Octal20510322412670524414652
Binary1000010110000111001010010101101110101010100100001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854394; }

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

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

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

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

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

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

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

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