#873F84

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

Shades of Vivid Violet #873F84

Tints of Vivid Violet #873F84

Color information

#873F84 (or 0x873F84) is unknown color: approx Vivid Violet. HEX triplet: 87, 3F and 84. RGB value is (135,63,132). Sum of RGB (Red+Green+Blue) = 135+63+132=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #873F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873F84 is #78C07B. Grayscale: #5C5C5C. Windows color (decimal): -7913596 or 8667015. OLE color: 8667015.

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

Color convert

RGB13563132-
CMYK00.530.020.47
HSL302.5º36.36%38.82%-
HSV(B)302.5º53.33%52.94%-
XYZ15.9310.3722.99-
YUV92.39150.35158.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 63 (25% from 255) = 19.09%
BLUE value IS 132 (51.95% from 255) = 40%
R=40.91%
G=19.09%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356313200.530.020.47302.536.3638.82
Hex873F8403522F12e2427
Octal207772040652574564447
Binary1000011111111110000100011010110101111100101110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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