Html Css Color HEX #842FA4 Vivid Violet

📋 copy color: '#842FA4'

red 132 ◦ green 47 ◦ blue 164

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

Shades of Vivid Violet #842FA4

Tints of Vivid Violet #842FA4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.7%

 BLUE value IS 164 (64.45% from 255) = 47.81%

R = 38.48%
G = 13.7%
B = 47.81%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#842FA4 (or 0x842FA4) is known color: Vivid Violet. HEX triplet: 84, 2F and A4. RGB value is (132,47,164). Sum of RGB (Red+Green+Blue) = 132+47+164=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #842FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842FA4 is #7BD05B. Grayscale: #555555. Windows color (decimal): -8114268 or 10760068. OLE color: 10760068.

HSL color Cylindrical-coordinate representation of color #842FA4: hue angle of 283.59º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842FA4 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 47 164 -
CMYK 0.20 0.71 0 0.36
HSL 283.59º 0.55% 0.41% -
HSV(B) 283.59º 0.71% 0.64% -
XYZ 17.23 9.62 36.07 -
YUV 85.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 132 47 164 0.20 0.71 0 0.36 283.59 0.55 0.41
Hex 84 2F A4 14 47 0 24 11C 37 29
Octal 204 57 244 24 107 0 44 434 67 51
Binary 10000100 101111 10100100 10100 1000111 0 100100 100011100 110111 101001

Color Harmonies of #842FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842FA4

Black with #842FA4

Text Example


Text Example

White with #842FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,47,164); }

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

background-color css

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

 a { background-color: rgb(132,47,164); }

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

border-color css

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

 span { border-color: rgb(132,47,164); }

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