#873996

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

Shades of Vivid Violet #873996

Tints of Vivid Violet #873996

Color information

#873996 (or 0x873996) is unknown color: approx Vivid Violet. HEX triplet: 87, 39 and 96. RGB value is (135,57,150). Sum of RGB (Red+Green+Blue) = 135+57+150=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #873996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873996 is #78C669. Grayscale: #5A5A5A. Windows color (decimal): -7915114 or 9845127. OLE color: 9845127.

HSL color Cylindrical-coordinate representation of color #873996: hue angle of 290.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #873996 is Cyan = 0.1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13557150-
CMYK0.10.6200.41
HSL290.32º44.93%40.59%-
HSV(B)290.32º62%58.82%-
XYZ16.9610.2829.94-
YUV90.92161.34159.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=39.47%
G=16.67%
B=43.86%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135571500.10.6200.41290.3244.9340.59
Hex873996A3E0291222d29
Octal2077122612760514425551
Binary100001111110011001011010101111100101001100100010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873996; }

 p { color: rgb(135,57,150); }

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

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

 a { background-color: rgb(135,57,150); }

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

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

 span { border-color: rgb(135,57,150); }

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