#854492

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

Shades of Vivid Violet #854492

Tints of Vivid Violet #854492

Color information

#854492 (or 0x854492) is unknown color: approx Vivid Violet. HEX triplet: 85, 44 and 92. RGB value is (133,68,146). Sum of RGB (Red+Green+Blue) = 133+68+146=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #854492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854492 is #7ABB6D. Grayscale: #606060. Windows color (decimal): -8043374 or 9585797. OLE color: 9585797.

HSL color Cylindrical-coordinate representation of color #854492: hue angle of 290º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #854492 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13368146-
CMYK0.090.5300.43
HSL290º36.45%41.96%-
HSV(B)290º53.42%57.25%-
XYZ16.9311.228.46-
YUV96.33156.03154.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=38.33%
G=19.60%
B=42.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133681460.090.5300.4329036.4541.96
Hex85449293502B122242a
Octal20510422211650534424452
Binary1000010110001001001001010011101010101011100100010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854492; }

 p { color: rgb(133,68,146); }

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

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

 a { background-color: rgb(133,68,146); }

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

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

 span { border-color: rgb(133,68,146); }

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