#873DA1

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

Shades of Vivid Violet #873DA1

Tints of Vivid Violet #873DA1

Color information

#873DA1 (or 0x873DA1) is unknown color: approx Vivid Violet. HEX triplet: 87, 3D and A1. RGB value is (135,61,161). Sum of RGB (Red+Green+Blue) = 135+61+161=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #873DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873DA1 is #78C25E. Grayscale: #5E5E5E. Windows color (decimal): -7914079 or 10567047. OLE color: 10567047.

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

Color convert

RGB13561161-
CMYK0.160.6200.37
HSL284.4º45.05%43.53%-
HSV(B)284.4º62.11%63.14%-
XYZ18.0911.0634.9-
YUV94.53165.52156.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 61 (24.22% from 255) = 17.09%
BLUE value IS 161 (63.28% from 255) = 45.10%
R=37.82%
G=17.09%
B=45.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal135611610.160.6200.37284.445.0543.53
Hex873DA1103E02511c2d2c
Octal2077524120760454345554
Binary1000011111110110100001100001111100100101100011100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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