#894698

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

Shades of Vivid Violet #894698

Tints of Vivid Violet #894698

Color information

#894698 (or 0x894698) is unknown color: approx Vivid Violet. HEX triplet: 89, 46 and 98. RGB value is (137,70,152). Sum of RGB (Red+Green+Blue) = 137+70+152=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #894698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894698 is #76B967. Grayscale: #636363. Windows color (decimal): -7780712 or 9979529. OLE color: 9979529.

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

Color convert

RGB13770152-
CMYK0.100.5400.40
HSL289.02º36.94%43.53%-
HSV(B)289.02º53.95%59.61%-
XYZ18.1711.9731.06-
YUV99.38157.7154.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=38.16%
G=19.50%
B=42.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137701520.100.5400.40289.0236.9443.53
Hex894698A36028121252c
Octal21110623012660504414554
Binary1000100110001101001100010101101100101000100100001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894698; }

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

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

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

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

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

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

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

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