#873DA7

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

Shades of Vivid Violet #873DA7

Tints of Vivid Violet #873DA7

Color information

#873DA7 (or 0x873DA7) is unknown color: approx Vivid Violet. HEX triplet: 87, 3D and A7. RGB value is (135,61,167). Sum of RGB (Red+Green+Blue) = 135+61+167=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #873DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873DA7 is #78C258. Grayscale: #5E5E5E. Windows color (decimal): -7914073 or 10960263. OLE color: 10960263.

HSL color Cylindrical-coordinate representation of color #873DA7: hue angle of 281.89º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873DA7 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13561167-
CMYK0.190.6300.35
HSL281.89º46.49%44.71%-
HSV(B)281.89º63.47%65.49%-
XYZ18.6411.2837.75-
YUV95.21168.52156.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 61 (24.22% from 255) = 16.80%
BLUE value IS 167 (65.62% from 255) = 46.01%
R=37.19%
G=16.80%
B=46.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal135611670.190.6300.35281.8946.4944.71
Hex873DA7133F02311a2e2d
Octal2077524723770434325655
Binary1000011111110110100111100111111110100011100011010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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