Html Css Color HEX #84478C Vivid Violet

📋 copy color: '#84478C'

red 132 ◦ green 71 ◦ blue 140

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

Shades of Vivid Violet #84478C

Tints of Vivid Violet #84478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 38.48%
G = 20.7%
B = 40.82%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84478C (or 0x84478C) is known color: Vivid Violet. HEX triplet: 84, 47 and 8C. RGB value is (132,71,140). Sum of RGB (Red+Green+Blue) = 132+71+140=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #84478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84478C is #7BB873. Grayscale: #606060. Windows color (decimal): -8108148 or 9193348. OLE color: 9193348.

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

Color convert

RGB 132 71 140 -
CMYK 0.06 0.49 0 0.45
HSL 293.04º 0.33% 0.41% -
HSV(B) 293.04º 0.49% 0.55% -
XYZ 16.5 11.31 26.12 -
YUV 97.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 132 71 140 0.06 0.49 0 0.45 293.04 0.33 0.41
Hex 84 47 8C 6 31 0 2D 125 21 29
Octal 204 107 214 6 61 0 55 445 41 51
Binary 10000100 1000111 10001100 110 110001 0 101101 100100101 100001 101001

Color Harmonies of #84478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84478C

Black with #84478C

Text Example


Text Example

White with #84478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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