#854686

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

Shades of Vivid Violet #854686

Tints of Vivid Violet #854686

Color information

#854686 (or 0x854686) is unknown color: approx Vivid Violet. HEX triplet: 85, 46 and 86. RGB value is (133,70,134). Sum of RGB (Red+Green+Blue) = 133+70+134=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #854686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854686 is #7AB979. Grayscale: #5F5F5F. Windows color (decimal): -8042874 or 8799877. OLE color: 8799877.

HSL color Cylindrical-coordinate representation of color #854686: hue angle of 299.06º degrees, saturation: 0.31, 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 #854686 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13370134-
CMYK0.010.4800.47
HSL299.06º31.37%40%-
HSV(B)299.06º47.76%52.55%-
XYZ16.1711.0923.84-
YUV96.13149.37154.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 134 (52.73% from 255) = 39.76%
R=39.47%
G=20.77%
B=39.76%

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
Decimal133701340.010.4800.47299.0631.3740
Hex85468613002F12b1f28
Octal2051062061600574533750
Binary100001011000110100001101110000010111110010101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854686; }

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

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

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

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

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

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

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

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