#84478D

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

Shades of Vivid Violet #84478D

Tints of Vivid Violet #84478D

Color information

#84478D (or 0x84478D) is unknown color: approx Vivid Violet. HEX triplet: 84, 47 and 8D. RGB value is (132,71,141). Sum of RGB (Red+Green+Blue) = 132+71+141=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #84478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84478D is #7BB872. Grayscale: #616161. Windows color (decimal): -8108147 or 9258884. OLE color: 9258884.

HSL color Cylindrical-coordinate representation of color #84478D: hue angle of 292.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84478D is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13271141-
CMYK0.060.5000.45
HSL292.29º33.02%41.57%-
HSV(B)292.29º49.65%55.29%-
XYZ16.5811.3426.51-
YUV97.22152.71152.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 71 (28.12% from 255) = 20.64%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=38.37%
G=20.64%
B=40.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132711410.060.5000.45292.2933.0241.57
Hex84478D63202D124212a
Octal2041072156620554444152
Binary100001001000111100011011101100100101101100100100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,71,141); }

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

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

 a { background-color: rgb(132,71,141); }

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

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

 span { border-color: rgb(132,71,141); }

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