#873AA0

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

Shades of Vivid Violet #873AA0

Tints of Vivid Violet #873AA0

Color information

#873AA0 (or 0x873AA0) is unknown color: approx Vivid Violet. HEX triplet: 87, 3A and A0. RGB value is (135,58,160). Sum of RGB (Red+Green+Blue) = 135+58+160=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #873AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873AA0 is #78C55F. Grayscale: #5C5C5C. Windows color (decimal): -7914848 or 10500743. OLE color: 10500743.

HSL color Cylindrical-coordinate representation of color #873AA0: hue angle of 285.29º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873AA0 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13558160-
CMYK0.160.6400.37
HSL285.29º46.79%42.75%-
HSV(B)285.29º63.75%62.75%-
XYZ17.8510.7234.39-
YUV92.65166.01158.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 58 (23.05% from 255) = 16.43%
BLUE value IS 160 (62.89% from 255) = 45.33%
R=38.24%
G=16.43%
B=45.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal135581600.160.6400.37285.2946.7942.75
Hex873AA0104002511d2f2b
Octal20772240201000454355753
Binary10000111111010101000001000010000000100101100011101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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