#854687

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

Shades of Vivid Violet #854687

Tints of Vivid Violet #854687

Color information

#854687 (or 0x854687) is unknown color: approx Vivid Violet. HEX triplet: 85, 46 and 87. RGB value is (133,70,135). Sum of RGB (Red+Green+Blue) = 133+70+135=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #854687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854687 is #7AB978. Grayscale: #606060. Windows color (decimal): -8042873 or 8865413. OLE color: 8865413.

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

Color convert

RGB13370135-
CMYK0.010.4800.47
HSL298.15º31.71%40.2%-
HSV(B)298.15º48.15%52.94%-
XYZ16.2411.1224.21-
YUV96.25149.87154.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=39.35%
G=20.71%
B=39.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133701350.010.4800.47298.1531.7140.2
Hex85468713002F12a2028
Octal2051062071600574524050
Binary1000010110001101000011111100000101111100101010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854687; }

 p { color: rgb(133,70,135); }

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

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

 a { background-color: rgb(133,70,135); }

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

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

 span { border-color: rgb(133,70,135); }

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