#842B9B

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

Shades of Vivid Violet #842B9B

Tints of Vivid Violet #842B9B

Color information

#842B9B (or 0x842B9B) is unknown color: approx Vivid Violet. HEX triplet: 84, 2B and 9B. RGB value is (132,43,155). Sum of RGB (Red+Green+Blue) = 132+43+155=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #842B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842B9B is #7BD464. Grayscale: #525252. Windows color (decimal): -8115301 or 10169220. OLE color: 10169220.

HSL color Cylindrical-coordinate representation of color #842B9B: hue angle of 287.68º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842B9B is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13243155-
CMYK0.150.7200.39
HSL287.68º56.57%38.82%-
HSV(B)287.68º72.26%60.78%-
XYZ16.3931.89-
YUV82.38168.99163.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 43 (17.19% from 255) = 13.03%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=40%
G=13.03%
B=46.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132431550.150.7200.39287.6856.5738.82
Hex842B9BF480271203927
Octal20453233171100474407147
Binary1000010010101110011011111110010000100111100100000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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