#84218D

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

Shades of Vivid Violet #84218D

Tints of Vivid Violet #84218D

Color information

#84218D (or 0x84218D) is unknown color: approx Vivid Violet. HEX triplet: 84, 21 and 8D. RGB value is (132,33,141). Sum of RGB (Red+Green+Blue) = 132+33+141=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #84218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84218D is #7BDE72. Grayscale: #4A4A4A. Windows color (decimal): -8117875 or 9249156. OLE color: 9249156.

HSL color Cylindrical-coordinate representation of color #84218D: hue angle of 295º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84218D is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13233141-
CMYK0.060.7700.45
HSL295º62.07%34.12%-
HSV(B)295º76.6%55.29%-
XYZ14.877.9225.94-
YUV74.91165.3168.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=43.14%
G=10.78%
B=46.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132331410.060.7700.4529562.0734.12
Hex84218D64D02D1273e22
Octal2044121561150554477642
Binary100001001000011000110111010011010101101100100111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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