Html Css Color HEX #84499B Vivid Violet

📋 copy color: '#84499B'

red 132 ◦ green 73 ◦ blue 155

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

Shades of Vivid Violet #84499B

Tints of Vivid Violet #84499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 36.67%
G = 20.28%
B = 43.06%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84499B (or 0x84499B) is known color: Vivid Violet. HEX triplet: 84, 49 and 9B. RGB value is (132,73,155). Sum of RGB (Red+Green+Blue) = 132+73+155=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #84499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84499B is #7BB664. Grayscale: #636363. Windows color (decimal): -8107621 or 10176900. OLE color: 10176900.

HSL color Cylindrical-coordinate representation of color #84499B: hue angle of 283.17º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84499B is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 73 155 -
CMYK 0.15 0.53 0 0.39
HSL 283.17º 0.36% 0.45% -
HSV(B) 283.17º 0.53% 0.61% -
XYZ 17.81 12.04 32.39 -
YUV 99.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 132 73 155 0.15 0.53 0 0.39 283.17 0.36 0.45
Hex 84 49 9B F 35 0 27 11B 24 2D
Octal 204 111 233 17 65 0 47 433 44 55
Binary 10000100 1001001 10011011 1111 110101 0 100111 100011011 100100 101101

Color Harmonies of #84499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84499B

Black with #84499B

Text Example


Text Example

White with #84499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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