Html Css Color HEX #84499F Vivid Violet

📋 copy color: '#84499F'

red 132 ◦ green 73 ◦ blue 159

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

Shades of Vivid Violet #84499F

Tints of Vivid Violet #84499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.68%

R = 36.26%
G = 20.05%
B = 43.68%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84499F (or 0x84499F) is known color: Vivid Violet. HEX triplet: 84, 49 and 9F. RGB value is (132,73,159). Sum of RGB (Red+Green+Blue) = 132+73+159=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #84499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84499F is #7BB660. Grayscale: #646464. Windows color (decimal): -8107617 or 10439044. OLE color: 10439044.

HSL color Cylindrical-coordinate representation of color #84499F: hue angle of 281.16º 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 #84499F is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 73 159 -
CMYK 0.17 0.54 0 0.38
HSL 281.16º 0.37% 0.45% -
HSV(B) 281.16º 0.54% 0.62% -
XYZ 18.16 12.17 34.19 -
YUV 100.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 132 73 159 0.17 0.54 0 0.38 281.16 0.37 0.45
Hex 84 49 9F 11 36 0 26 119 25 2D
Octal 204 111 237 21 66 0 46 431 45 55
Binary 10000100 1001001 10011111 10001 110110 0 100110 100011001 100101 101101

Color Harmonies of #84499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84499F

Black with #84499F

Text Example


Text Example

White with #84499F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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