#873A84

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

Shades of Vivid Violet #873A84

Tints of Vivid Violet #873A84

Color information

#873A84 (or 0x873A84) is unknown color: approx Vivid Violet. HEX triplet: 87, 3A and 84. RGB value is (135,58,132). Sum of RGB (Red+Green+Blue) = 135+58+132=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #873A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873A84 is #78C57B. Grayscale: #595959. Windows color (decimal): -7914876 or 8665735. OLE color: 8665735.

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

Color convert

RGB13558132-
CMYK00.570.020.47
HSL302.34º39.9%37.84%-
HSV(B)302.34º57.04%52.94%-
XYZ15.679.8422.9-
YUV89.46152.01160.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=41.54%
G=17.85%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355813200.570.020.47302.3439.937.84
Hex873A8403922F12e2826
Octal207722040712574565046
Binary1000011111101010000100011100110101111100101110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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