Html Css Color HEX #842E84 Vivid Violet

📋 copy color: '#842E84'

red 132 ◦ green 46 ◦ blue 132

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

Shades of Vivid Violet #842E84

Tints of Vivid Violet #842E84

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.84%

 BLUE value IS 132 (51.95% from 255) = 42.58%

R = 42.58%
G = 14.84%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#842E84 (or 0x842E84) is known color: Vivid Violet. HEX triplet: 84, 2E and 84. RGB value is (132,46,132). Sum of RGB (Red+Green+Blue) = 132+46+132=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #842E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842E84 is #7BD17B. Grayscale: #515151. Windows color (decimal): -8114556 or 8662660. OLE color: 8662660.

HSL color Cylindrical-coordinate representation of color #842E84: hue angle of 300º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #842E84 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 46 132 -
CMYK 0 0.65 0 0.48
HSL 300º 0.48% 0.35% -
HSV(B) 300º 0.65% 0.52% -
XYZ 14.66 8.53 22.7 -
YUV 81.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 132 46 132 0 0.65 0 0.48 300 0.48 0.35
Hex 84 2E 84 0 41 0 30 12C 30 23
Octal 204 56 204 0 101 0 60 454 60 43
Binary 10000100 101110 10000100 0 1000001 0 110000 100101100 110000 100011

Color Harmonies of #842E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842E84

Black with #842E84

Text Example


Text Example

White with #842E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842E84; }

 p { color: rgb(132,46,132); }

 H1.HeaderClassName
 {
   color: #842E84;
 }
 .AnyTagClassName
 {
   color: #842E84;
 }
</style>

background-color css

<style>
 a { background-color: #842E84; }

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

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

border-color css

<style>
 span { border-color: #842E84; }

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

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