Html Css Color HEX #842392 Vivid Violet

📋 copy color: '#842392'

red 132 ◦ green 35 ◦ blue 146

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

Shades of Vivid Violet #842392

Tints of Vivid Violet #842392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

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

R = 42.17%
G = 11.18%
B = 46.65%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#842392 (or 0x842392) is known color: Vivid Violet. HEX triplet: 84, 23 and 92. RGB value is (132,35,146). Sum of RGB (Red+Green+Blue) = 132+35+146=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #842392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842392 is #7BDC6D. Grayscale: #4C4C4C. Windows color (decimal): -8117358 or 9577348. OLE color: 9577348.

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

Color convert

RGB 132 35 146 -
CMYK 0.10 0.76 0 0.43
HSL 292.43º 0.61% 0.35% -
HSV(B) 292.43º 0.76% 0.57% -
XYZ 15.31 8.18 27.97 -
YUV 76.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 132 35 146 0.10 0.76 0 0.43 292.43 0.61 0.35
Hex 84 23 92 A 4C 0 2B 124 3D 23
Octal 204 43 222 12 114 0 53 444 75 43
Binary 10000100 100011 10010010 1010 1001100 0 101011 100100100 111101 100011

Color Harmonies of #842392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842392

Black with #842392

Text Example


Text Example

White with #842392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842392; }

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

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

background-color css

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

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

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

border-color css

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

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

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