#854892

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

Shades of Vivid Violet #854892

Tints of Vivid Violet #854892

Color information

#854892 (or 0x854892) is unknown color: approx Vivid Violet. HEX triplet: 85, 48 and 92. RGB value is (133,72,146). Sum of RGB (Red+Green+Blue) = 133+72+146=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #854892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854892 is #7AB76D. Grayscale: #626262. Windows color (decimal): -8042350 or 9586821. OLE color: 9586821.

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

Color convert

RGB13372146-
CMYK0.090.5100.43
HSL289.46º33.94%42.75%-
HSV(B)289.46º50.68%57.25%-
XYZ17.1811.728.55-
YUV98.68154.71152.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 146 (57.42% from 255) = 41.60%
R=37.89%
G=20.51%
B=41.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133721460.090.5100.43289.4633.9442.75
Hex85489293302B121222b
Octal20511022211630534414253
Binary1000010110010001001001010011100110101011100100001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854892; }

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

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

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

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

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

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

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

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