#842B9D

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

Shades of Vivid Violet #842B9D

Tints of Vivid Violet #842B9D

Color information

#842B9D (or 0x842B9D) is unknown color: approx Vivid Violet. HEX triplet: 84, 2B and 9D. RGB value is (132,43,157). Sum of RGB (Red+Green+Blue) = 132+43+157=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #842B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842B9D is #7BD462. Grayscale: #525252. Windows color (decimal): -8115299 or 10300292. OLE color: 10300292.

HSL color Cylindrical-coordinate representation of color #842B9D: hue angle of 286.84º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842B9D is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13243157-
CMYK0.160.7300.38
HSL286.84º57%39.22%-
HSV(B)286.84º72.61%61.57%-
XYZ16.479.0732.78-
YUV82.61169.99163.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 43 (17.19% from 255) = 12.95%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=39.76%
G=12.95%
B=47.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132431570.160.7300.38286.845739.22
Hex842B9D104902611f3927
Octal20453235201110464377147
Binary10000100101011100111011000010010010100110100011111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,43,157); }

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

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

 a { background-color: rgb(132,43,157); }

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

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

 span { border-color: rgb(132,43,157); }

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