Html Css Color HEX #84229C Vivid Violet

📋 copy color: '#84229C'

red 132 ◦ green 34 ◦ blue 156

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

Shades of Vivid Violet #84229C

Tints of Vivid Violet #84229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 40.99%
G = 10.56%
B = 48.45%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84229C (or 0x84229C) is known color: Vivid Violet. HEX triplet: 84, 22 and 9C. RGB value is (132,34,156). Sum of RGB (Red+Green+Blue) = 132+34+156=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #84229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84229C is #7BDD63. Grayscale: #4C4C4C. Windows color (decimal): -8117604 or 10232452. OLE color: 10232452.

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

Color convert

RGB 132 34 156 -
CMYK 0.15 0.78 0 0.39
HSL 288.2º 0.64% 0.37% -
HSV(B) 288.2º 0.78% 0.61% -
XYZ 16.09 8.45 32.24 -
YUV 77.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 132 34 156 0.15 0.78 0 0.39 288.2 0.64 0.37
Hex 84 22 9C F 4E 0 27 120 40 25
Octal 204 42 234 17 116 0 47 440 100 45
Binary 10000100 100010 10011100 1111 1001110 0 100111 100100000 1000000 100101

Color Harmonies of #84229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84229C

Black with #84229C

Text Example


Text Example

White with #84229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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