Html Css Color HEX #84478D Vivid Violet

📋 copy color: '#84478D'

red 132 ◦ green 71 ◦ blue 141

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

Shades of Vivid Violet #84478D

Tints of Vivid Violet #84478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 38.37%
G = 20.64%
B = 40.99%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84478D (or 0x84478D) is known color: Vivid Violet. HEX triplet: 84, 47 and 8D. RGB value is (132,71,141). Sum of RGB (Red+Green+Blue) = 132+71+141=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #84478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84478D is #7BB872. Grayscale: #616161. Windows color (decimal): -8108147 or 9258884. OLE color: 9258884.

HSL color Cylindrical-coordinate representation of color #84478D: hue angle of 292.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84478D is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 71 141 -
CMYK 0.06 0.50 0 0.45
HSL 292.29º 0.33% 0.42% -
HSV(B) 292.29º 0.5% 0.55% -
XYZ 16.58 11.34 26.51 -
YUV 97.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 132 71 141 0.06 0.50 0 0.45 292.29 0.33 0.42
Hex 84 47 8D 6 32 0 2D 124 21 2A
Octal 204 107 215 6 62 0 55 444 41 52
Binary 10000100 1000111 10001101 110 110010 0 101101 100100100 100001 101010

Color Harmonies of #84478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84478D

Black with #84478D

Text Example


Text Example

White with #84478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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