#84208B

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

Shades of Vivid Violet #84208B

Tints of Vivid Violet #84208B

Color information

#84208B (or 0x84208B) is unknown color: approx Vivid Violet. HEX triplet: 84, 20 and 8B. RGB value is (132,32,139). Sum of RGB (Red+Green+Blue) = 132+32+139=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #84208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84208B is #7BDF74. Grayscale: #494949. Windows color (decimal): -8118133 or 9117828. OLE color: 9117828.

HSL color Cylindrical-coordinate representation of color #84208B: hue angle of 296.07º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84208B is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13232139-
CMYK0.050.7700.45
HSL296.07º62.57%33.53%-
HSV(B)296.07º76.98%54.51%-
XYZ14.697.825.16-
YUV74.1164.63169.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 32 (12.89% from 255) = 10.56%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=43.56%
G=10.56%
B=45.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132321390.050.7700.45296.0762.5733.53
Hex84208B54D02D1283f22
Octal2044021351150554507742
Binary100001001000001000101110110011010101101100101000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,32,139); }

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

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

 a { background-color: rgb(132,32,139); }

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

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

 span { border-color: rgb(132,32,139); }

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