#894998

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

Shades of Vivid Violet #894998

Tints of Vivid Violet #894998

Color information

#894998 (or 0x894998) is unknown color: approx Vivid Violet. HEX triplet: 89, 49 and 98. RGB value is (137,73,152). Sum of RGB (Red+Green+Blue) = 137+73+152=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #894998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894998 is #76B667. Grayscale: #646464. Windows color (decimal): -7779944 or 9980297. OLE color: 9980297.

HSL color Cylindrical-coordinate representation of color #894998: hue angle of 288.61º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894998 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13773152-
CMYK0.100.5200.40
HSL288.61º35.11%44.12%-
HSV(B)288.61º51.97%59.61%-
XYZ18.3712.3531.12-
YUV101.14156.7153.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 152 (59.77% from 255) = 41.99%
R=37.85%
G=20.17%
B=41.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137731520.100.5200.40288.6135.1144.12
Hex894998A34028121232c
Octal21111123012640504414354
Binary1000100110010011001100010101101000101000100100001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894998; }

 p { color: rgb(137,73,152); }

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

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

 a { background-color: rgb(137,73,152); }

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

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

 span { border-color: rgb(137,73,152); }

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