#873B84

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

Shades of Vivid Violet #873B84

Tints of Vivid Violet #873B84

Color information

#873B84 (or 0x873B84) is unknown color: approx Vivid Violet. HEX triplet: 87, 3B and 84. RGB value is (135,59,132). Sum of RGB (Red+Green+Blue) = 135+59+132=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #873B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873B84 is #78C47B. Grayscale: #595959. Windows color (decimal): -7914620 or 8665991. OLE color: 8665991.

HSL color Cylindrical-coordinate representation of color #873B84: hue angle of 302.37º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873B84 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13559132-
CMYK00.560.020.47
HSL302.37º39.18%38.04%-
HSV(B)302.37º56.3%52.94%-
XYZ15.729.9422.92-
YUV90.05151.68160.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 59 (23.44% from 255) = 18.10%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=41.41%
G=18.10%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355913200.560.020.47302.3739.1838.04
Hex873B8403822F12e2726
Octal207732040702574564746
Binary1000011111101110000100011100010101111100101110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873B84; }

 p { color: rgb(135,59,132); }

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

<style>
 a { background-color: #873B84; }

 a { background-color: rgb(135,59,132); }

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

<style>
 span { border-color: #873B84; }

 span { border-color: rgb(135,59,132); }

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