Html Css Color HEX #84429D Vivid Violet

📋 copy color: '#84429D'

red 132 ◦ green 66 ◦ blue 157

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

Shades of Vivid Violet #84429D

Tints of Vivid Violet #84429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

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

R = 37.18%
G = 18.59%
B = 44.23%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84429D (or 0x84429D) is known color: Vivid Violet. HEX triplet: 84, 42 and 9D. RGB value is (132,66,157). Sum of RGB (Red+Green+Blue) = 132+66+157=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #84429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84429D is #7BBD62. Grayscale: #5F5F5F. Windows color (decimal): -8109411 or 10306180. OLE color: 10306180.

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

Color convert

RGB 132 66 157 -
CMYK 0.16 0.58 0 0.38
HSL 283.52º 0.41% 0.44% -
HSV(B) 283.52º 0.58% 0.62% -
XYZ 17.55 11.24 33.14 -
YUV 96.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 132 66 157 0.16 0.58 0 0.38 283.52 0.41 0.44
Hex 84 42 9D 10 3A 0 26 11C 29 2C
Octal 204 102 235 20 72 0 46 434 51 54
Binary 10000100 1000010 10011101 10000 111010 0 100110 100011100 101001 101100

Color Harmonies of #84429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84429D

Black with #84429D

Text Example


Text Example

White with #84429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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