#84199B

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

Shades of Vivid Violet #84199B

Tints of Vivid Violet #84199B

Color information

#84199B (or 0x84199B) is unknown color: approx Vivid Violet. HEX triplet: 84, 19 and 9B. RGB value is (132,25,155). Sum of RGB (Red+Green+Blue) = 132+25+155=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #84199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84199B is #7BE664. Grayscale: #474747. Windows color (decimal): -8119909 or 10164612. OLE color: 10164612.

HSL color Cylindrical-coordinate representation of color #84199B: hue angle of 289.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84199B is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13225155-
CMYK0.150.8400.39
HSL289.38º72.22%35.29%-
HSV(B)289.38º83.87%60.78%-
XYZ15.787.9731.72-
YUV71.81174.95170.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 25 (10.16% from 255) = 8.01%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=42.31%
G=8.01%
B=49.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132251550.150.8400.39289.3872.2235.29
Hex84199BF540271214823
Octal204312331712404744111043
Binary1000010011001100110111111101010001001111001000011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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