Html Css Color HEX #842492 Vivid Violet

📋 copy color: '#842492'

red 132 ◦ green 36 ◦ blue 146

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

Shades of Vivid Violet #842492

Tints of Vivid Violet #842492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 42.04%
G = 11.46%
B = 46.5%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#842492 (or 0x842492) is known color: Vivid Violet. HEX triplet: 84, 24 and 92. RGB value is (132,36,146). Sum of RGB (Red+Green+Blue) = 132+36+146=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #842492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842492 is #7BDB6D. Grayscale: #4C4C4C. Windows color (decimal): -8117102 or 9577604. OLE color: 9577604.

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

Color convert

RGB 132 36 146 -
CMYK 0.10 0.75 0 0.43
HSL 292.36º 0.6% 0.36% -
HSV(B) 292.36º 0.75% 0.57% -
XYZ 15.33 8.24 27.98 -
YUV 77.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 132 36 146 0.10 0.75 0 0.43 292.36 0.6 0.36
Hex 84 24 92 A 4B 0 2B 124 3C 24
Octal 204 44 222 12 113 0 53 444 74 44
Binary 10000100 100100 10010010 1010 1001011 0 101011 100100100 111100 100100

Color Harmonies of #842492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842492

Black with #842492

Text Example


Text Example

White with #842492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842492; }

 p { color: rgb(132,36,146); }

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

background-color css

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

 a { background-color: rgb(132,36,146); }

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

border-color css

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

 span { border-color: rgb(132,36,146); }

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