#84319B

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

Shades of Vivid Violet #84319B

Tints of Vivid Violet #84319B

Color information

#84319B (or 0x84319B) is unknown color: approx Vivid Violet. HEX triplet: 84, 31 and 9B. RGB value is (132,49,155). Sum of RGB (Red+Green+Blue) = 132+49+155=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #84319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84319B is #7BCE64. Grayscale: #555555. Windows color (decimal): -8113765 or 10170756. OLE color: 10170756.

HSL color Cylindrical-coordinate representation of color #84319B: hue angle of 286.98º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84319B is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13249155-
CMYK0.150.6800.39
HSL286.98º51.96%40%-
HSV(B)286.98º68.39%60.78%-
XYZ16.539.4731.97-
YUV85.9167160.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=39.29%
G=14.58%
B=46.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132491550.150.6800.39286.9851.9640
Hex84319BF4402711f3428
Octal20461233171040474376450
Binary1000010011000110011011111110001000100111100011111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84319B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84319B; }

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

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

<style>
 a { background-color: #84319B; }

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

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

<style>
 span { border-color: #84319B; }

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

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