#894B9C

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

Shades of Vivid Violet #894B9C

Tints of Vivid Violet #894B9C

Color information

#894B9C (or 0x894B9C) is unknown color: approx Vivid Violet. HEX triplet: 89, 4B and 9C. RGB value is (137,75,156). Sum of RGB (Red+Green+Blue) = 137+75+156=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #894B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894B9C is #76B463. Grayscale: #666666. Windows color (decimal): -7779428 or 10242953. OLE color: 10242953.

HSL color Cylindrical-coordinate representation of color #894B9C: hue angle of 285.93º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894B9C is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13775156-
CMYK0.120.5200.39
HSL285.93º35.06%45.29%-
HSV(B)285.93º51.92%61.18%-
XYZ18.8312.7532.92-
YUV102.77158.04152.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=37.23%
G=20.38%
B=42.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137751560.120.5200.39285.9335.0645.29
Hex894B9CC3402711e232d
Octal21111323414640474364355
Binary1000100110010111001110011001101000100111100011110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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