#873D85

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

Shades of Vivid Violet #873D85

Tints of Vivid Violet #873D85

Color information

#873D85 (or 0x873D85) is unknown color: approx Vivid Violet. HEX triplet: 87, 3D and 85. RGB value is (135,61,133). Sum of RGB (Red+Green+Blue) = 135+61+133=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #873D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873D85 is #78C27A. Grayscale: #5B5B5B. Windows color (decimal): -7914107 or 8732039. OLE color: 8732039.

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

Color convert

RGB13561133-
CMYK00.550.010.47
HSL301.62º37.76%38.43%-
HSV(B)301.62º54.81%52.94%-
XYZ15.8910.1823.32-
YUV91.33151.52159.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 61 (24.22% from 255) = 18.54%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=41.03%
G=18.54%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356113300.550.010.47301.6237.7638.43
Hex873D8503712F12e2626
Octal207752050671574564646
Binary100001111111011000010101101111101111100101110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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