#84489D

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

Shades of Vivid Violet #84489D

Tints of Vivid Violet #84489D

Color information

#84489D (or 0x84489D) is unknown color: approx Vivid Violet. HEX triplet: 84, 48 and 9D. RGB value is (132,72,157). Sum of RGB (Red+Green+Blue) = 132+72+157=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #84489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84489D is #7BB762. Grayscale: #636363. Windows color (decimal): -8107875 or 10307716. OLE color: 10307716.

HSL color Cylindrical-coordinate representation of color #84489D: hue angle of 282.35º 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 #84489D is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13272157-
CMYK0.160.5400.38
HSL282.35º37.12%44.9%-
HSV(B)282.35º54.14%61.57%-
XYZ17.9211.9733.27-
YUV99.63160.38151.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=36.57%
G=19.94%
B=43.49%

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
Decimal132721570.160.5400.38282.3537.1244.9
Hex84489D103602611a252d
Octal20411023520660464324555
Binary10000100100100010011101100001101100100110100011010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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