#894896

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

Shades of Vivid Violet #894896

Tints of Vivid Violet #894896

Color information

#894896 (or 0x894896) is unknown color: approx Vivid Violet. HEX triplet: 89, 48 and 96. RGB value is (137,72,150). Sum of RGB (Red+Green+Blue) = 137+72+150=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #894896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894896 is #76B769. Grayscale: #646464. Windows color (decimal): -7780202 or 9848969. OLE color: 9848969.

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

Color convert

RGB13772150-
CMYK0.090.5200.41
HSL290º35.14%43.53%-
HSV(B)290º52%58.82%-
XYZ18.1412.1630.24-
YUV100.33156.03154.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=38.16%
G=20.06%
B=41.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137721500.090.5200.4129035.1443.53
Hex894896934029122232c
Octal21111022611640514424354
Binary1000100110010001001011010011101000101001100100010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894896; }

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

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

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

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

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

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

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

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