#994894

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

Shades of Violet Blue #994894

Tints of Violet Blue #994894

Color information

#994894 (or 0x994894) is unknown color: approx Violet Blue. HEX triplet: 99, 48 and 94. RGB value is (153,72,148). Sum of RGB (Red+Green+Blue) = 153+72+148=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #994894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994894 is #66B76B. Grayscale: #686868. Windows color (decimal): -6731628 or 9717913. OLE color: 9717913.

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

Color convert

RGB15372148-
CMYK00.530.030.4
HSL303.7º36%44.12%-
HSV(B)303.7º52.94%60%-
XYZ20.813.5529.54-
YUV104.88152.34162.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=41.02%
G=19.30%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537214800.530.030.4303.73644.12
Hex994894035328130242c
Octal2311102240653504604454
Binary10011001100100010010100011010111101000100110000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994894; }

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

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

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

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

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

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

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

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