#873097

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

Shades of Vivid Violet #873097

Tints of Vivid Violet #873097

Color information

#873097 (or 0x873097) is unknown color: approx Vivid Violet. HEX triplet: 87, 30 and 97. RGB value is (135,48,151). Sum of RGB (Red+Green+Blue) = 135+48+151=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #873097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873097 is #78CF68. Grayscale: #555555. Windows color (decimal): -7917417 or 9908359. OLE color: 9908359.

HSL color Cylindrical-coordinate representation of color #873097: hue angle of 290.68º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #873097 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13548151-
CMYK0.110.6800.41
HSL290.68º51.76%39.02%-
HSV(B)290.68º68.21%59.22%-
XYZ16.639.530.23-
YUV85.76164.82163.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 48 (19.14% from 255) = 14.37%
BLUE value IS 151 (59.38% from 255) = 45.21%
R=40.42%
G=14.37%
B=45.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135481510.110.6800.41290.6851.7639.02
Hex873097B440291233427
Octal20760227131040514436447
Binary1000011111000010010111101110001000101001100100011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873097; }

 p { color: rgb(135,48,151); }

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

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

 a { background-color: rgb(135,48,151); }

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

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

 span { border-color: rgb(135,48,151); }

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