#873486

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

Shades of Vivid Violet #873486

Tints of Vivid Violet #873486

Color information

#873486 (or 0x873486) is unknown color: approx Vivid Violet. HEX triplet: 87, 34 and 86. RGB value is (135,52,134). Sum of RGB (Red+Green+Blue) = 135+52+134=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #873486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873486 is #78CB79. Grayscale: #555555. Windows color (decimal): -7916410 or 8795271. OLE color: 8795271.

HSL color Cylindrical-coordinate representation of color #873486: hue angle of 300.72º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873486 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13552134-
CMYK00.610.010.47
HSL300.72º44.39%36.67%-
HSV(B)300.72º61.48%52.94%-
XYZ15.529.3323.54-
YUV86.16155162.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=42.06%
G=16.20%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355213400.610.010.47300.7244.3936.67
Hex87348603D12F12d2c25
Octal207642060751574555445
Binary100001111101001000011001111011101111100101101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873486; }

 p { color: rgb(135,52,134); }

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

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

 a { background-color: rgb(135,52,134); }

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

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

 span { border-color: rgb(135,52,134); }

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