#894B96

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

Shades of Vivid Violet #894B96

Tints of Vivid Violet #894B96

Color information

#894B96 (or 0x894B96) is unknown color: approx Vivid Violet. HEX triplet: 89, 4B and 96. RGB value is (137,75,150). Sum of RGB (Red+Green+Blue) = 137+75+150=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #894B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894B96 is #76B469. Grayscale: #656565. Windows color (decimal): -7779434 or 9849737. OLE color: 9849737.

HSL color Cylindrical-coordinate representation of color #894B96: hue angle of 289.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894B96 is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13775150-
CMYK0.090.500.41
HSL289.6º33.33%44.12%-
HSV(B)289.6º50%58.82%-
XYZ18.3412.5530.31-
YUV102.09155.04152.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=37.85%
G=20.72%
B=41.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137751500.090.500.41289.633.3344.12
Hex894B96932029122212c
Octal21111322611620514424154
Binary1000100110010111001011010011100100101001100100010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,75,150); }

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

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

 a { background-color: rgb(137,75,150); }

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

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

 span { border-color: rgb(137,75,150); }

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