#843091

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

Shades of Vivid Violet #843091

Tints of Vivid Violet #843091

Color information

#843091 (or 0x843091) is unknown color: approx Vivid Violet. HEX triplet: 84, 30 and 91. RGB value is (132,48,145). Sum of RGB (Red+Green+Blue) = 132+48+145=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #843091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843091 is #7BCF6E. Grayscale: #535353. Windows color (decimal): -8114031 or 9515140. OLE color: 9515140.

HSL color Cylindrical-coordinate representation of color #843091: hue angle of 291.96º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843091 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13248145-
CMYK0.090.6700.43
HSL291.96º50.26%37.84%-
HSV(B)291.96º66.9%56.86%-
XYZ15.689.0627.71-
YUV84.17162.33162.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=40.62%
G=14.77%
B=44.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132481450.090.6700.43291.9650.2637.84
Hex84309194302B1243226
Octal20460221111030534446246
Binary1000010011000010010001100110000110101011100100100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843091; }

 p { color: rgb(132,48,145); }

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

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

 a { background-color: rgb(132,48,145); }

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

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

 span { border-color: rgb(132,48,145); }

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