#894087

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

Shades of Vivid Violet #894087

Tints of Vivid Violet #894087

Color information

#894087 (or 0x894087) is unknown color: approx Vivid Violet. HEX triplet: 89, 40 and 87. RGB value is (137,64,135). Sum of RGB (Red+Green+Blue) = 137+64+135=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #894087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894087 is #76BF78. Grayscale: #5D5D5D. Windows color (decimal): -7782265 or 8863881. OLE color: 8863881.

HSL color Cylindrical-coordinate representation of color #894087: hue angle of 301.64º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894087 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13764135-
CMYK00.530.010.46
HSL301.64º36.32%39.41%-
HSV(B)301.64º53.28%53.73%-
XYZ16.5210.7324.12-
YUV93.92151.18158.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=40.77%
G=19.05%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376413500.530.010.46301.6436.3239.41
Hex89408703512E12e2427
Octal2111002070651564564447
Binary1000100110000001000011101101011101110100101110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894087; }

 p { color: rgb(137,64,135); }

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

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

 a { background-color: rgb(137,64,135); }

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

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

 span { border-color: rgb(137,64,135); }

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