#854995

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

Shades of Vivid Violet #854995

Tints of Vivid Violet #854995

Color information

#854995 (or 0x854995) is unknown color: approx Vivid Violet. HEX triplet: 85, 49 and 95. RGB value is (133,73,149). Sum of RGB (Red+Green+Blue) = 133+73+149=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #854995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854995 is #7AB66A. Grayscale: #636363. Windows color (decimal): -8042091 or 9783685. OLE color: 9783685.

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

Color convert

RGB13373149-
CMYK0.110.5100.42
HSL287.37º34.23%43.53%-
HSV(B)287.37º51.01%58.43%-
XYZ17.4811.9229.81-
YUV99.6155.88151.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=37.46%
G=20.56%
B=41.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133731490.110.5100.42287.3734.2343.53
Hex854995B3302A11f222c
Octal20511122513630524374254
Binary1000010110010011001010110111100110101010100011111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854995; }

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

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

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

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

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

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

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

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