Html Css Color HEX #842099 Vivid Violet

📋 copy color: '#842099'

red 132 ◦ green 32 ◦ blue 153

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

Shades of Vivid Violet #842099

Tints of Vivid Violet #842099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 41.64%
G = 10.09%
B = 48.26%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#842099 (or 0x842099) is known color: Vivid Violet. HEX triplet: 84, 20 and 99. RGB value is (132,32,153). Sum of RGB (Red+Green+Blue) = 132+32+153=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #842099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842099 is #7BDF66. Grayscale: #4B4B4B. Windows color (decimal): -8118119 or 10035332. OLE color: 10035332.

HSL color Cylindrical-coordinate representation of color #842099: hue angle of 289.59º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #842099 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 32 153 -
CMYK 0.14 0.79 0 0.4
HSL 289.59º 0.65% 0.36% -
HSV(B) 289.59º 0.79% 0.6% -
XYZ 15.78 8.24 30.9 -
YUV 75.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 132 32 153 0.14 0.79 0 0.4 289.59 0.65 0.36
Hex 84 20 99 E 4F 0 28 122 41 24
Octal 204 40 231 16 117 0 50 442 101 44
Binary 10000100 100000 10011001 1110 1001111 0 101000 100100010 1000001 100100

Color Harmonies of #842099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842099

Black with #842099

Text Example


Text Example

White with #842099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842099; }

 p { color: rgb(132,32,153); }

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

background-color css

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

 a { background-color: rgb(132,32,153); }

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

border-color css

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

 span { border-color: rgb(132,32,153); }

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