Html Css Color HEX #842E95 Vivid Violet

📋 copy color: '#842E95'

red 132 ◦ green 46 ◦ blue 149

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

Shades of Vivid Violet #842E95

Tints of Vivid Violet #842E95

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.07%

 BLUE value IS 149 (58.59% from 255) = 45.57%

R = 40.37%
G = 14.07%
B = 45.57%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#842E95 (or 0x842E95) is known color: Vivid Violet. HEX triplet: 84, 2E and 95. RGB value is (132,46,149). Sum of RGB (Red+Green+Blue) = 132+46+149=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #842E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842E95 is #7BD16A. Grayscale: #535353. Windows color (decimal): -8114539 or 9776772. OLE color: 9776772.

HSL color Cylindrical-coordinate representation of color #842E95: hue angle of 290.1º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #842E95 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 46 149 -
CMYK 0.11 0.69 0 0.42
HSL 290.1º 0.53% 0.38% -
HSV(B) 290.1º 0.69% 0.58% -
XYZ 15.92 9.03 29.34 -
YUV 83.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 132 46 149 0.11 0.69 0 0.42 290.1 0.53 0.38
Hex 84 2E 95 B 45 0 2A 122 35 26
Octal 204 56 225 13 105 0 52 442 65 46
Binary 10000100 101110 10010101 1011 1000101 0 101010 100100010 110101 100110

Color Harmonies of #842E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842E95

Black with #842E95

Text Example


Text Example

White with #842E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842E95; }

 p { color: rgb(132,46,149); }

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

background-color css

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

 a { background-color: rgb(132,46,149); }

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

border-color css

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

 span { border-color: rgb(132,46,149); }

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