Html Css Color HEX #842899 Vivid Violet

📋 copy color: '#842899'

red 132 ◦ green 40 ◦ blue 153

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

Shades of Vivid Violet #842899

Tints of Vivid Violet #842899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

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

R = 40.62%
G = 12.31%
B = 47.08%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#842899 (or 0x842899) is known color: Vivid Violet. HEX triplet: 84, 28 and 99. RGB value is (132,40,153). Sum of RGB (Red+Green+Blue) = 132+40+153=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #842899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842899 is #7BD766. Grayscale: #505050. Windows color (decimal): -8116071 or 10037380. OLE color: 10037380.

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

Color convert

RGB 132 40 153 -
CMYK 0.14 0.74 0 0.4
HSL 288.85º 0.59% 0.38% -
HSV(B) 288.85º 0.74% 0.6% -
XYZ 16.02 8.72 30.98 -
YUV 80.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 132 40 153 0.14 0.74 0 0.4 288.85 0.59 0.38
Hex 84 28 99 E 4A 0 28 121 3B 26
Octal 204 50 231 16 112 0 50 441 73 46
Binary 10000100 101000 10011001 1110 1001010 0 101000 100100001 111011 100110

Color Harmonies of #842899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842899

Black with #842899

Text Example


Text Example

White with #842899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842899; }

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

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

background-color css

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

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

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

border-color css

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

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

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