Html Css Color HEX #842790 Vivid Violet

📋 copy color: '#842790'

red 132 ◦ green 39 ◦ blue 144

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

Shades of Vivid Violet #842790

Tints of Vivid Violet #842790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 41.9%
G = 12.38%
B = 45.71%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#842790 (or 0x842790) is known color: Vivid Violet. HEX triplet: 84, 27 and 90. RGB value is (132,39,144). Sum of RGB (Red+Green+Blue) = 132+39+144=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #842790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842790 is #7BD86F. Grayscale: #4E4E4E. Windows color (decimal): -8116336 or 9447300. OLE color: 9447300.

HSL color Cylindrical-coordinate representation of color #842790: hue angle of 293.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842790 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 39 144 -
CMYK 0.08 0.73 0 0.44
HSL 293.14º 0.57% 0.36% -
HSV(B) 293.14º 0.73% 0.56% -
XYZ 15.28 8.37 27.2 -
YUV 78.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 132 39 144 0.08 0.73 0 0.44 293.14 0.57 0.36
Hex 84 27 90 8 49 0 2C 125 39 24
Octal 204 47 220 10 111 0 54 445 71 44
Binary 10000100 100111 10010000 1000 1001001 0 101100 100100101 111001 100100

Color Harmonies of #842790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842790

Black with #842790

Text Example


Text Example

White with #842790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842790; }

 p { color: rgb(132,39,144); }

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

background-color css

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

 a { background-color: rgb(132,39,144); }

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

border-color css

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

 span { border-color: rgb(132,39,144); }

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