#843986

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

Shades of Vivid Violet #843986

Tints of Vivid Violet #843986

Color information

#843986 (or 0x843986) is unknown color: approx Vivid Violet. HEX triplet: 84, 39 and 86. RGB value is (132,57,134). Sum of RGB (Red+Green+Blue) = 132+57+134=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #843986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843986 is #7BC679. Grayscale: #575757. Windows color (decimal): -8111738 or 8796548. OLE color: 8796548.

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

Color convert

RGB13257134-
CMYK0.010.5700.47
HSL298.44º40.31%37.45%-
HSV(B)298.44º57.46%52.55%-
XYZ15.289.5523.59-
YUV88.2153.85159.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=40.87%
G=17.65%
B=41.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132571340.010.5700.47298.4440.3137.45
Hex84398613902F12a2825
Octal204712061710574525045
Binary100001001110011000011011110010101111100101010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843986; }

 p { color: rgb(132,57,134); }

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

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

 a { background-color: rgb(132,57,134); }

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

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

 span { border-color: rgb(132,57,134); }

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