#842B8D

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

Shades of Vivid Violet #842B8D

Tints of Vivid Violet #842B8D

Color information

#842B8D (or 0x842B8D) is unknown color: approx Vivid Violet. HEX triplet: 84, 2B and 8D. RGB value is (132,43,141). Sum of RGB (Red+Green+Blue) = 132+43+141=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #842B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842B8D is #7BD472. Grayscale: #505050. Windows color (decimal): -8115315 or 9251716. OLE color: 9251716.

HSL color Cylindrical-coordinate representation of color #842B8D: hue angle of 294.49º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842B8D is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13243141-
CMYK0.060.7000.45
HSL294.49º53.26%36.08%-
HSV(B)294.49º69.5%55.29%-
XYZ15.198.5626.05-
YUV80.78161.99164.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 43 (17.19% from 255) = 13.61%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=41.77%
G=13.61%
B=44.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132431410.060.7000.45294.4953.2636.08
Hex842B8D64602D1263524
Octal2045321561060554466544
Binary100001001010111000110111010001100101101100100110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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