#842B95

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

Shades of Vivid Violet #842B95

Tints of Vivid Violet #842B95

Color information

#842B95 (or 0x842B95) is unknown color: approx Vivid Violet. HEX triplet: 84, 2B and 95. RGB value is (132,43,149). Sum of RGB (Red+Green+Blue) = 132+43+149=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #842B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842B95 is #7BD46A. Grayscale: #515151. Windows color (decimal): -8115307 or 9776004. OLE color: 9776004.

HSL color Cylindrical-coordinate representation of color #842B95: hue angle of 290.38º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842B95 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13243149-
CMYK0.110.7100.42
HSL290.38º55.21%37.65%-
HSV(B)290.38º71.14%58.43%-
XYZ15.88.829.3-
YUV81.7165.99163.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 43 (17.19% from 255) = 13.27%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=40.74%
G=13.27%
B=45.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132431490.110.7100.42290.3855.2137.65
Hex842B95B4702A1223726
Octal20453225131070524426746
Binary1000010010101110010101101110001110101010100100010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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