#994898

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

Shades of Violet Blue #994898

Tints of Violet Blue #994898

Color information

#994898 (or 0x994898) is unknown color: approx Violet Blue. HEX triplet: 99, 48 and 98. RGB value is (153,72,152). Sum of RGB (Red+Green+Blue) = 153+72+152=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #994898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994898 is #66B767. Grayscale: #696969. Windows color (decimal): -6731624 or 9980057. OLE color: 9980057.

HSL color Cylindrical-coordinate representation of color #994898: hue angle of 300.74º 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 #994898 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15372152-
CMYK00.530.010.4
HSL300.74º36%44.12%-
HSV(B)300.74º52.94%60%-
XYZ21.1213.6731.23-
YUV105.34154.34162-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 72 (28.52% from 255) = 19.10%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=40.58%
G=19.10%
B=40.32%

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
Decimal1537215200.530.010.4300.743644.12
Hex99489803512812d242c
Octal2311102300651504554454
Binary1001100110010001001100001101011101000100101101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994898; }

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

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

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

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

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

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

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

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