#854095

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

Shades of Vivid Violet #854095

Tints of Vivid Violet #854095

Color information

#854095 (or 0x854095) is unknown color: approx Vivid Violet. HEX triplet: 85, 40 and 95. RGB value is (133,64,149). Sum of RGB (Red+Green+Blue) = 133+64+149=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #854095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854095 is #7ABF6A. Grayscale: #5E5E5E. Windows color (decimal): -8044395 or 9781381. OLE color: 9781381.

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

Color convert

RGB13364149-
CMYK0.110.5700.42
HSL288.71º39.91%41.76%-
HSV(B)288.71º57.05%58.43%-
XYZ16.9310.8229.63-
YUV94.32158.86155.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=38.44%
G=18.50%
B=43.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133641490.110.5700.42288.7139.9141.76
Hex854095B3902A121282a
Octal20510022513710524415052
Binary1000010110000001001010110111110010101010100100001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854095; }

 p { color: rgb(133,64,149); }

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

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

 a { background-color: rgb(133,64,149); }

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

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

 span { border-color: rgb(133,64,149); }

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