#842FAD

Color #842FAD Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #842FAD

Tints of Vivid Violet #842FAD

Color information

#842FAD (or 0x842FAD) is unknown color: approx Vivid Violet. HEX triplet: 84, 2F and AD. RGB value is (132,47,173). Sum of RGB (Red+Green+Blue) = 132+47+173=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #842FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842FAD is #7BD052. Grayscale: #565656. Windows color (decimal): -8114259 or 11349892. OLE color: 11349892.

HSL color Cylindrical-coordinate representation of color #842FAD: hue angle of 280.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842FAD is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13247173-
CMYK0.240.7300.32
HSL280.48º57.27%43.14%-
HSV(B)280.48º72.83%67.84%-
XYZ18.089.9640.5-
YUV86.78176.66160.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 47 (18.75% from 255) = 13.35%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=37.5%
G=13.35%
B=49.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132471730.240.7300.32280.4857.2743.14
Hex842FAD1849020118392b
Octal20457255301110404307153
Binary10000100101111101011011100010010010100000100011000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #842FAD;
 }
 .AnyTagClassName
 {
   color: #842FAD;
 }
</style>
background-color css

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

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

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

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

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

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