#873B83

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

Shades of Vivid Violet #873B83

Tints of Vivid Violet #873B83

Color information

#873B83 (or 0x873B83) is unknown color: approx Vivid Violet. HEX triplet: 87, 3B and 83. RGB value is (135,59,131). Sum of RGB (Red+Green+Blue) = 135+59+131=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #873B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873B83 is #78C47C. Grayscale: #595959. Windows color (decimal): -7914621 or 8600455. OLE color: 8600455.

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

Color convert

RGB13559131-
CMYK00.560.030.47
HSL303.16º39.18%38.04%-
HSV(B)303.16º56.3%52.94%-
XYZ15.659.9222.56-
YUV89.93151.18160.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=41.54%
G=18.15%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355913100.560.030.47303.1639.1838.04
Hex873B8303832F12f2726
Octal207732030703574574746
Binary1000011111101110000011011100011101111100101111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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