#842DAC

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

Shades of Vivid Violet #842DAC

Tints of Vivid Violet #842DAC

Color information

#842DAC (or 0x842DAC) is unknown color: approx Vivid Violet. HEX triplet: 84, 2D and AC. RGB value is (132,45,172). Sum of RGB (Red+Green+Blue) = 132+45+172=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #842DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842DAC is #7BD253. Grayscale: #555555. Windows color (decimal): -8114772 or 11283844. OLE color: 11283844.

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

Color convert

RGB13245172-
CMYK0.230.7400.33
HSL281.1º58.53%42.55%-
HSV(B)281.1º73.84%67.45%-
XYZ17.99.7639.97-
YUV85.49176.82161.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 45 (17.97% from 255) = 12.89%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=37.82%
G=12.89%
B=49.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132451720.230.7400.33281.158.5342.55
Hex842DAC174A0211193b2b
Octal20455254271120414317353
Binary10000100101101101011001011110010100100001100011001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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