#994897

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

Shades of Violet Blue #994897

Tints of Violet Blue #994897

Color information

#994897 (or 0x994897) is unknown color: approx Violet Blue. HEX triplet: 99, 48 and 97. RGB value is (153,72,151). Sum of RGB (Red+Green+Blue) = 153+72+151=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #994897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994897 is #66B768. Grayscale: #686868. Windows color (decimal): -6731625 or 9914521. OLE color: 9914521.

HSL color Cylindrical-coordinate representation of color #994897: hue angle of 301.48º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994897 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15372151-
CMYK00.530.010.4
HSL301.48º36%44.12%-
HSV(B)301.48º52.94%60%-
XYZ21.0413.6430.8-
YUV105.22153.84162.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=40.69%
G=19.15%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537215100.530.010.4301.483644.12
Hex99489703512812d242c
Octal2311102270651504554454
Binary1001100110010001001011101101011101000100101101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994897; }

 p { color: rgb(153,72,151); }

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

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

 a { background-color: rgb(153,72,151); }

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

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

 span { border-color: rgb(153,72,151); }

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