#873C85

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

Shades of Vivid Violet #873C85

Tints of Vivid Violet #873C85

Color information

#873C85 (or 0x873C85) is unknown color: approx Vivid Violet. HEX triplet: 87, 3C and 85. RGB value is (135,60,133). Sum of RGB (Red+Green+Blue) = 135+60+133=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #873C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873C85 is #78C37A. Grayscale: #5A5A5A. Windows color (decimal): -7914363 or 8731783. OLE color: 8731783.

HSL color Cylindrical-coordinate representation of color #873C85: hue angle of 301.6º degrees, saturation: 0.38, 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 #873C85 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13560133-
CMYK00.560.010.47
HSL301.6º38.46%38.24%-
HSV(B)301.6º55.56%52.94%-
XYZ15.8410.0823.3-
YUV90.75151.85159.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=41.16%
G=18.29%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356013300.560.010.47301.638.4638.24
Hex873C8503812F12e2626
Octal207742050701574564646
Binary100001111111001000010101110001101111100101110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,60,133); }

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

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

 a { background-color: rgb(135,60,133); }

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

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

 span { border-color: rgb(135,60,133); }

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