#894C9E

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

Shades of Vivid Violet #894C9E

Tints of Vivid Violet #894C9E

Color information

#894C9E (or 0x894C9E) is unknown color: approx Vivid Violet. HEX triplet: 89, 4C and 9E. RGB value is (137,76,158). Sum of RGB (Red+Green+Blue) = 137+76+158=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #894C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894C9E is #76B361. Grayscale: #676767. Windows color (decimal): -7779170 or 10374281. OLE color: 10374281.

HSL color Cylindrical-coordinate representation of color #894C9E: hue angle of 284.63º 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 #894C9E is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13776158-
CMYK0.130.5200.38
HSL284.63º35.04%45.88%-
HSV(B)284.63º51.9%61.96%-
XYZ19.0712.9633.84-
YUV103.59158.71151.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=36.93%
G=20.49%
B=42.59%

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
Decimal137761580.130.5200.38284.6335.0445.88
Hex894C9ED3402611d232e
Octal21111423615640464354356
Binary1000100110011001001111011011101000100110100011101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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