Html Css Color HEX #84299A Vivid Violet

📋 copy color: '#84299A'

red 132 ◦ green 41 ◦ blue 154

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

Shades of Vivid Violet #84299A

Tints of Vivid Violet #84299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.54%

 BLUE value IS 154 (60.55% from 255) = 47.09%

R = 40.37%
G = 12.54%
B = 47.09%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#84299A (or 0x84299A) is known color: Vivid Violet. HEX triplet: 84, 29 and 9A. RGB value is (132,41,154). Sum of RGB (Red+Green+Blue) = 132+41+154=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #84299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84299A is #7BD665. Grayscale: #505050. Windows color (decimal): -8115814 or 10103172. OLE color: 10103172.

HSL color Cylindrical-coordinate representation of color #84299A: hue angle of 288.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84299A is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 41 154 -
CMYK 0.14 0.73 0 0.40
HSL 288.32º 0.58% 0.38% -
HSV(B) 288.32º 0.73% 0.6% -
XYZ 16.14 8.82 31.42 -
YUV 81.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 132 41 154 0.14 0.73 0 0.40 288.32 0.58 0.38
Hex 84 29 9A E 49 0 28 120 3A 26
Octal 204 51 232 16 111 0 50 440 72 46
Binary 10000100 101001 10011010 1110 1001001 0 101000 100100000 111010 100110

Color Harmonies of #84299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84299A

Black with #84299A

Text Example


Text Example

White with #84299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84299A; }

 p { color: rgb(132,41,154); }

 H1.HeaderClassName
 {
   color: #84299A;
 }
 .AnyTagClassName
 {
   color: #84299A;
 }
</style>

background-color css

<style>
 a { background-color: #84299A; }

 a { background-color: rgb(132,41,154); }

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

border-color css

<style>
 span { border-color: #84299A; }

 span { border-color: rgb(132,41,154); }

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