#873E93

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

Shades of Vivid Violet #873E93

Tints of Vivid Violet #873E93

Color information

#873E93 (or 0x873E93) is unknown color: approx Vivid Violet. HEX triplet: 87, 3E and 93. RGB value is (135,62,147). Sum of RGB (Red+Green+Blue) = 135+62+147=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #873E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873E93 is #78C16C. Grayscale: #5D5D5D. Windows color (decimal): -7913837 or 9649799. OLE color: 9649799.

HSL color Cylindrical-coordinate representation of color #873E93: hue angle of 291.53º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #873E93 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13562147-
CMYK0.080.5800.42
HSL291.53º40.67%40.98%-
HSV(B)291.53º57.82%57.65%-
XYZ16.9810.728.77-
YUV93.52158.18157.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=39.24%
G=18.02%
B=42.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135621470.080.5800.42291.5340.6740.98
Hex873E9383A02A1242929
Octal2077622310720524445151
Binary100001111111101001001110001110100101010100100100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,62,147); }

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

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

 a { background-color: rgb(135,62,147); }

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

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

 span { border-color: rgb(135,62,147); }

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