#843193

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

Shades of Vivid Violet #843193

Tints of Vivid Violet #843193

Color information

#843193 (or 0x843193) is unknown color: approx Vivid Violet. HEX triplet: 84, 31 and 93. RGB value is (132,49,147). Sum of RGB (Red+Green+Blue) = 132+49+147=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #843193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843193 is #7BCE6C. Grayscale: #545454. Windows color (decimal): -8113773 or 9646468. OLE color: 9646468.

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

Color convert

RGB13249147-
CMYK0.100.6700.42
HSL290.82º50%38.43%-
HSV(B)290.82º66.67%57.65%-
XYZ15.889.2128.54-
YUV84.99163161.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=40.24%
G=14.94%
B=44.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132491470.100.6700.42290.825038.43
Hex843193A4302A1233226
Octal20461223121030524436246
Binary1000010011000110010011101010000110101010100100011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843193; }

 p { color: rgb(132,49,147); }

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

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

 a { background-color: rgb(132,49,147); }

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

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

 span { border-color: rgb(132,49,147); }

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