Html Css Color HEX #84218D Vivid Violet

📋 copy color: '#84218D'

red 132 ◦ green 33 ◦ blue 141

#84218D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #84218D

Tints of Vivid Violet #84218D

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 value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84218D (or 0x84218D) is known color: 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

RGB 132 33 141 -
CMYK 0.06 0.77 0 0.45
HSL 295º 0.62% 0.34% -
HSV(B) 295º 0.77% 0.55% -
XYZ 14.87 7.92 25.94 -
YUV 74.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 132 33 141 0.06 0.77 0 0.45 295 0.62 0.34
Hex 84 21 8D 6 4D 0 2D 127 3E 22
Octal 204 41 215 6 115 0 55 447 76 42
Binary 10000100 100001 10001101 110 1001101 0 101101 100100111 111110 100010

Color Harmonies of #84218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84218D

Black with #84218D

Text Example


Text Example

White with #84218D

Text Example


Text Example

HTML Codes & Css Web 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>