#84499E

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

Shades of Vivid Violet #84499E

Tints of Vivid Violet #84499E

Color information

#84499E (or 0x84499E) is unknown color: approx Vivid Violet. HEX triplet: 84, 49 and 9E. RGB value is (132,73,158). Sum of RGB (Red+Green+Blue) = 132+73+158=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #84499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84499E is #7BB661. Grayscale: #646464. Windows color (decimal): -8107618 or 10373508. OLE color: 10373508.

HSL color Cylindrical-coordinate representation of color #84499E: hue angle of 281.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84499E is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13273158-
CMYK0.160.5400.38
HSL281.65º36.8%45.29%-
HSV(B)281.65º53.8%61.96%-
XYZ18.0712.1433.74-
YUV100.33160.55150.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=36.36%
G=20.11%
B=43.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132731580.160.5400.38281.6536.845.29
Hex84499E103602611a252d
Octal20411123620660464324555
Binary10000100100100110011110100001101100100110100011010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84499E; }

 p { color: rgb(132,73,158); }

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

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

 a { background-color: rgb(132,73,158); }

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

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

 span { border-color: rgb(132,73,158); }

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