#854086

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

Shades of Vivid Violet #854086

Tints of Vivid Violet #854086

Color information

#854086 (or 0x854086) is unknown color: approx Vivid Violet. HEX triplet: 85, 40 and 86. RGB value is (133,64,134). Sum of RGB (Red+Green+Blue) = 133+64+134=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #854086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854086 is #7ABF79. Grayscale: #5C5C5C. Windows color (decimal): -8044410 or 8798341. OLE color: 8798341.

HSL color Cylindrical-coordinate representation of color #854086: hue angle of 299.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854086 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13364134-
CMYK0.010.5200.47
HSL299.14º35.35%38.82%-
HSV(B)299.14º52.24%52.55%-
XYZ15.8110.3723.72-
YUV92.61151.36156.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 134 (52.73% from 255) = 40.48%
R=40.18%
G=19.34%
B=40.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133641340.010.5200.47299.1435.3538.82
Hex85408613402F12b2327
Octal2051002061640574534347
Binary1000010110000001000011011101000101111100101011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854086; }

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

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

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

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

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

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

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

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