Html Css Color HEX #84478E Vivid Violet

📋 copy color: '#84478E'

red 132 ◦ green 71 ◦ blue 142

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

Shades of Vivid Violet #84478E

Tints of Vivid Violet #84478E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 38.26%
G = 20.58%
B = 41.16%

CMYK

 C value IS 0.07

 M value IS 0.5

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84478E (or 0x84478E) is known color: Vivid Violet. HEX triplet: 84, 47 and 8E. RGB value is (132,71,142). Sum of RGB (Red+Green+Blue) = 132+71+142=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #84478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84478E is #7BB871. Grayscale: #616161. Windows color (decimal): -8108146 or 9324420. OLE color: 9324420.

HSL color Cylindrical-coordinate representation of color #84478E: hue angle of 291.55º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84478E is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 71 142 -
CMYK 0.07 0.5 0 0.44
HSL 291.55º 0.33% 0.42% -
HSV(B) 291.55º 0.5% 0.56% -
XYZ 16.65 11.37 26.91 -
YUV 97.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 132 71 142 0.07 0.5 0 0.44 291.55 0.33 0.42
Hex 84 47 8E 7 32 0 2C 124 21 2A
Octal 204 107 216 7 62 0 54 444 41 52
Binary 10000100 1000111 10001110 111 110010 0 101100 100100100 100001 101010

Color Harmonies of #84478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84478E

Black with #84478E

Text Example


Text Example

White with #84478E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84478E; }

 p { color: rgb(132,71,142); }

 H1.HeaderClassName
 {
   color: #84478E;
 }
 .AnyTagClassName
 {
   color: #84478E;
 }
</style>

background-color css

<style>
 a { background-color: #84478E; }

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

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

border-color css

<style>
 span { border-color: #84478E; }

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

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