Html Css Color HEX #842791 Vivid Violet

📋 copy color: '#842791'

red 132 ◦ green 39 ◦ blue 145

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

Shades of Vivid Violet #842791

Tints of Vivid Violet #842791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 41.77%
G = 12.34%
B = 45.89%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#842791 (or 0x842791) is known color: Vivid Violet. HEX triplet: 84, 27 and 91. RGB value is (132,39,145). Sum of RGB (Red+Green+Blue) = 132+39+145=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #842791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842791 is #7BD86E. Grayscale: #4E4E4E. Windows color (decimal): -8116335 or 9512836. OLE color: 9512836.

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

Color convert

RGB 132 39 145 -
CMYK 0.09 0.73 0 0.43
HSL 292.64º 0.58% 0.36% -
HSV(B) 292.64º 0.73% 0.57% -
XYZ 15.35 8.4 27.6 -
YUV 78.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 132 39 145 0.09 0.73 0 0.43 292.64 0.58 0.36
Hex 84 27 91 9 49 0 2B 125 3A 24
Octal 204 47 221 11 111 0 53 445 72 44
Binary 10000100 100111 10010001 1001 1001001 0 101011 100100101 111010 100100

Color Harmonies of #842791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842791

Black with #842791

Text Example


Text Example

White with #842791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842791; }

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

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

background-color css

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

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

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

border-color css

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

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

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