Html Css Color HEX #842EA5 Vivid Violet

📋 copy color: '#842EA5'

red 132 ◦ green 46 ◦ blue 165

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

Shades of Vivid Violet #842EA5

Tints of Vivid Violet #842EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.1%

R = 38.48%
G = 13.41%
B = 48.1%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#842EA5 (or 0x842EA5) is known color: Vivid Violet. HEX triplet: 84, 2E and A5. RGB value is (132,46,165). Sum of RGB (Red+Green+Blue) = 132+46+165=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #842EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842EA5 is #7BD15A. Grayscale: #545454. Windows color (decimal): -8114523 or 10825348. OLE color: 10825348.

HSL color Cylindrical-coordinate representation of color #842EA5: hue angle of 283.36º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842EA5 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 46 165 -
CMYK 0.20 0.72 0 0.35
HSL 283.36º 0.56% 0.41% -
HSV(B) 283.36º 0.72% 0.65% -
XYZ 17.28 9.58 36.53 -
YUV 85.28 172.99 161.32 -
System Red Green Blue C M Y K H S L
Decimal 132 46 165 0.20 0.72 0 0.35 283.36 0.56 0.41
Hex 84 2E A5 14 48 0 23 11B 38 29
Octal 204 56 245 24 110 0 43 433 70 51
Binary 10000100 101110 10100101 10100 1001000 0 100011 100011011 111000 101001

Color Harmonies of #842EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842EA5

Black with #842EA5

Text Example


Text Example

White with #842EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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