#84489B

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

Shades of Vivid Violet #84489B

Tints of Vivid Violet #84489B

Color information

#84489B (or 0x84489B) is unknown color: approx Vivid Violet. HEX triplet: 84, 48 and 9B. RGB value is (132,72,155). Sum of RGB (Red+Green+Blue) = 132+72+155=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #84489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84489B is #7BB764. Grayscale: #636363. Windows color (decimal): -8107877 or 10176644. OLE color: 10176644.

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

Color convert

RGB13272155-
CMYK0.150.5400.39
HSL283.37º36.56%44.51%-
HSV(B)283.37º53.55%60.78%-
XYZ17.7511.9132.37-
YUV99.4159.38151.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=36.77%
G=20.06%
B=43.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132721550.150.5400.39283.3736.5644.51
Hex84489BF3602711b252d
Octal20411023317660474334555
Binary1000010010010001001101111111101100100111100011011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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