#84339C

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

Shades of Vivid Violet #84339C

Tints of Vivid Violet #84339C

Color information

#84339C (or 0x84339C) is unknown color: approx Vivid Violet. HEX triplet: 84, 33 and 9C. RGB value is (132,51,156). Sum of RGB (Red+Green+Blue) = 132+51+156=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #84339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84339C is #7BCC63. Grayscale: #565656. Windows color (decimal): -8113252 or 10236804. OLE color: 10236804.

HSL color Cylindrical-coordinate representation of color #84339C: hue angle of 286.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84339C is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13251156-
CMYK0.150.6700.39
HSL286.29º50.72%40.59%-
HSV(B)286.29º67.31%61.18%-
XYZ16.79.6732.44-
YUV87.19166.84159.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=38.94%
G=15.04%
B=46.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132511560.150.6700.39286.2950.7240.59
Hex84339CF4302711e3329
Octal20463234171030474366351
Binary1000010011001110011100111110000110100111100011110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84339C; }

 p { color: rgb(132,51,156); }

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

<style>
 a { background-color: #84339C; }

 a { background-color: rgb(132,51,156); }

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

<style>
 span { border-color: #84339C; }

 span { border-color: rgb(132,51,156); }

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