#873AAB

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

Shades of Vivid Violet #873AAB

Tints of Vivid Violet #873AAB

Color information

#873AAB (or 0x873AAB) is unknown color: approx Vivid Violet. HEX triplet: 87, 3A and AB. RGB value is (135,58,171). Sum of RGB (Red+Green+Blue) = 135+58+171=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #873AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873AAB is #78C554. Grayscale: #5D5D5D. Windows color (decimal): -7914837 or 11221639. OLE color: 11221639.

HSL color Cylindrical-coordinate representation of color #873AAB: hue angle of 280.88º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #873AAB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13558171-
CMYK0.210.6600.33
HSL280.88º49.34%44.9%-
HSV(B)280.88º66.08%67.06%-
XYZ18.8611.1239.68-
YUV93.9171.51157.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 58 (23.05% from 255) = 15.93%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=37.09%
G=15.93%
B=46.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135581710.210.6600.33280.8849.3444.9
Hex873AAB1542021119312d
Octal20772253251020414316155
Binary10000111111010101010111010110000100100001100011001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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