#894588

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

Shades of Vivid Violet #894588

Tints of Vivid Violet #894588

Color information

#894588 (or 0x894588) is unknown color: approx Vivid Violet. HEX triplet: 89, 45 and 88. RGB value is (137,69,136). Sum of RGB (Red+Green+Blue) = 137+69+136=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #894588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894588 is #76BA77. Grayscale: #606060. Windows color (decimal): -7780984 or 8930697. OLE color: 8930697.

HSL color Cylindrical-coordinate representation of color #894588: hue angle of 300.88º 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 #894588 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13769136-
CMYK00.500.010.46
HSL300.88º33.01%40.39%-
HSV(B)300.88º49.64%53.73%-
XYZ16.8911.3524.59-
YUV96.97150.03156.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=40.06%
G=20.18%
B=39.77%

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
Decimal1376913600.500.010.46300.8833.0140.39
Hex89458803212E12d2128
Octal2111052100621564554150
Binary1000100110001011000100001100101101110100101101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894588; }

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

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

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

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

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

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

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

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