Html Css Color HEX #842699 Vivid Violet

📋 copy color: '#842699'

red 132 ◦ green 38 ◦ blue 153

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

Shades of Vivid Violet #842699

Tints of Vivid Violet #842699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.76%

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

R = 40.87%
G = 11.76%
B = 47.37%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#842699 (or 0x842699) is known color: Vivid Violet. HEX triplet: 84, 26 and 99. RGB value is (132,38,153). Sum of RGB (Red+Green+Blue) = 132+38+153=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #842699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842699 is #7BD966. Grayscale: #4E4E4E. Windows color (decimal): -8116583 or 10036868. OLE color: 10036868.

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

Color convert

RGB 132 38 153 -
CMYK 0.14 0.75 0 0.4
HSL 289.04º 0.6% 0.37% -
HSV(B) 289.04º 0.75% 0.6% -
XYZ 15.96 8.59 30.95 -
YUV 79.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 132 38 153 0.14 0.75 0 0.4 289.04 0.6 0.37
Hex 84 26 99 E 4B 0 28 121 3C 25
Octal 204 46 231 16 113 0 50 441 74 45
Binary 10000100 100110 10011001 1110 1001011 0 101000 100100001 111100 100101

Color Harmonies of #842699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842699

Black with #842699

Text Example


Text Example

White with #842699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842699; }

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

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

background-color css

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

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

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

border-color css

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

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

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