#842DAD

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

Shades of Vivid Violet #842DAD

Tints of Vivid Violet #842DAD

Color information

#842DAD (or 0x842DAD) is unknown color: approx Vivid Violet. HEX triplet: 84, 2D and AD. RGB value is (132,45,173). Sum of RGB (Red+Green+Blue) = 132+45+173=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #842DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842DAD is #7BD252. Grayscale: #555555. Windows color (decimal): -8114771 or 11349380. OLE color: 11349380.

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

Color convert

RGB13245173-
CMYK0.240.7400.32
HSL280.78º58.72%42.75%-
HSV(B)280.78º73.99%67.84%-
XYZ189.840.48-
YUV85.6177.32161.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 45 (17.97% from 255) = 12.86%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=37.71%
G=12.86%
B=49.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132451730.240.7400.32280.7858.7242.75
Hex842DAD184A0201193b2b
Octal20455255301120404317353
Binary10000100101101101011011100010010100100000100011001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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