#894C9D

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

Shades of Vivid Violet #894C9D

Tints of Vivid Violet #894C9D

Color information

#894C9D (or 0x894C9D) is unknown color: approx Vivid Violet. HEX triplet: 89, 4C and 9D. RGB value is (137,76,157). Sum of RGB (Red+Green+Blue) = 137+76+157=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #894C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894C9D is #76B362. Grayscale: #676767. Windows color (decimal): -7779171 or 10308745. OLE color: 10308745.

HSL color Cylindrical-coordinate representation of color #894C9D: hue angle of 285.19º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894C9D is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13776157-
CMYK0.130.5200.38
HSL285.19º34.76%45.69%-
HSV(B)285.19º51.59%61.57%-
XYZ18.9912.9233.39-
YUV103.47158.21151.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=37.03%
G=20.54%
B=42.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal137761570.130.5200.38285.1934.7645.69
Hex894C9DD3402611d232e
Octal21111423515640464354356
Binary1000100110011001001110111011101000100110100011101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894C9D; }

 p { color: rgb(137,76,157); }

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

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

 a { background-color: rgb(137,76,157); }

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

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

 span { border-color: rgb(137,76,157); }

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