Html Css Color HEX #84499D Vivid Violet

📋 copy color: '#84499D'

red 132 ◦ green 73 ◦ blue 157

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

Shades of Vivid Violet #84499D

Tints of Vivid Violet #84499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

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

R = 36.46%
G = 20.17%
B = 43.37%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84499D (or 0x84499D) is known color: Vivid Violet. HEX triplet: 84, 49 and 9D. RGB value is (132,73,157). Sum of RGB (Red+Green+Blue) = 132+73+157=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #84499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84499D is #7BB662. Grayscale: #636363. Windows color (decimal): -8107619 or 10307972. OLE color: 10307972.

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

Color convert

RGB 132 73 157 -
CMYK 0.16 0.54 0 0.38
HSL 282.14º 0.37% 0.45% -
HSV(B) 282.14º 0.54% 0.62% -
XYZ 17.98 12.1 33.29 -
YUV 100.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 132 73 157 0.16 0.54 0 0.38 282.14 0.37 0.45
Hex 84 49 9D 10 36 0 26 11A 25 2D
Octal 204 111 235 20 66 0 46 432 45 55
Binary 10000100 1001001 10011101 10000 110110 0 100110 100011010 100101 101101

Color Harmonies of #84499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84499D

Black with #84499D

Text Example


Text Example

White with #84499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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