#84199D

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

Shades of Vivid Violet #84199D

Tints of Vivid Violet #84199D

Color information

#84199D (or 0x84199D) is unknown color: approx Vivid Violet. HEX triplet: 84, 19 and 9D. RGB value is (132,25,157). Sum of RGB (Red+Green+Blue) = 132+25+157=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #84199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84199D is #7BE662. Grayscale: #474747. Windows color (decimal): -8119907 or 10295684. OLE color: 10295684.

HSL color Cylindrical-coordinate representation of color #84199D: hue angle of 288.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84199D is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13225157-
CMYK0.160.8400.38
HSL288.64º72.53%35.69%-
HSV(B)288.64º84.08%61.57%-
XYZ15.958.0432.61-
YUV72.04175.95170.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 25 (10.16% from 255) = 7.96%
BLUE value IS 157 (61.72% from 255) = 50%
R=42.04%
G=7.96%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132251570.160.8400.38288.6472.5335.69
Hex84199D10540261214924
Octal204312352012404644111144
Binary10000100110011001110110000101010001001101001000011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84199D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84199D; }

 p { color: rgb(132,25,157); }

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

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

 a { background-color: rgb(132,25,157); }

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

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

 span { border-color: rgb(132,25,157); }

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