Html Css Color HEX #84229D Vivid Violet

📋 copy color: '#84229D'

red 132 ◦ green 34 ◦ blue 157

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

Shades of Vivid Violet #84229D

Tints of Vivid Violet #84229D

RGB

 RED value IS 132 (51.95% from 255) = 40.87%

 GREEN value IS 34 (13.67% from 255) = 10.53%

 BLUE value IS 157 (61.72% from 255) = 48.61%

R = 40.87%
G = 10.53%
B = 48.61%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84229D (or 0x84229D) is known color: Vivid Violet. HEX triplet: 84, 22 and 9D. RGB value is (132,34,157). Sum of RGB (Red+Green+Blue) = 132+34+157=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #84229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84229D is #7BDD62. Grayscale: #4C4C4C. Windows color (decimal): -8117603 or 10297988. OLE color: 10297988.

HSL color Cylindrical-coordinate representation of color #84229D: hue angle of 287.8º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84229D is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 34 157 -
CMYK 0.16 0.78 0 0.38
HSL 287.8º 0.64% 0.37% -
HSV(B) 287.8º 0.78% 0.62% -
XYZ 16.17 8.48 32.68 -
YUV 77.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 132 34 157 0.16 0.78 0 0.38 287.8 0.64 0.37
Hex 84 22 9D 10 4E 0 26 120 40 25
Octal 204 42 235 20 116 0 46 440 100 45
Binary 10000100 100010 10011101 10000 1001110 0 100110 100100000 1000000 100101

Color Harmonies of #84229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84229D

Black with #84229D

Text Example


Text Example

White with #84229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84229D;
 }
 .AnyTagClassName
 {
   color: #84229D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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