#894587

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

Shades of Vivid Violet #894587

Tints of Vivid Violet #894587

Color information

#894587 (or 0x894587) is unknown color: approx Vivid Violet. HEX triplet: 89, 45 and 87. RGB value is (137,69,135). Sum of RGB (Red+Green+Blue) = 137+69+135=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #894587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894587 is #76BA78. Grayscale: #606060. Windows color (decimal): -7780985 or 8865161. OLE color: 8865161.

HSL color Cylindrical-coordinate representation of color #894587: hue angle of 301.76º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894587 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13769135-
CMYK00.500.010.46
HSL301.76º33.01%40.39%-
HSV(B)301.76º49.64%53.73%-
XYZ16.8211.3224.22-
YUV96.86149.53156.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=40.18%
G=20.23%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376913500.500.010.46301.7633.0140.39
Hex89458703212E12e2128
Octal2111052070621564564150
Binary1000100110001011000011101100101101110100101110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894587; }

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

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

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

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

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

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

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

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