#994BA4

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

Shades of Violet Blue #994BA4

Tints of Violet Blue #994BA4

Color information

#994BA4 (or 0x994BA4) is unknown color: approx Violet Blue. HEX triplet: 99, 4B and A4. RGB value is (153,75,164). Sum of RGB (Red+Green+Blue) = 153+75+164=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: blue. Hex color #994BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994BA4 is #66B45B. Grayscale: #6C6C6C. Windows color (decimal): -6730844 or 10767257. OLE color: 10767257.

HSL color Cylindrical-coordinate representation of color #994BA4: hue angle of 292.58º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994BA4 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15375164-
CMYK0.070.5400.36
HSL292.58º37.24%46.86%-
HSV(B)292.58º54.27%64.31%-
XYZ22.3514.4836.74-
YUV108.47159.34159.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 75 (29.69% from 255) = 19.13%
BLUE value IS 164 (64.45% from 255) = 41.84%
R=39.03%
G=19.13%
B=41.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153751640.070.5400.36292.5837.2446.86
Hex994BA4736024125252f
Octal2311132447660444454557
Binary100110011001011101001001111101100100100100100101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994BA4; }

 p { color: rgb(153,75,164); }

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

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

 a { background-color: rgb(153,75,164); }

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

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

 span { border-color: rgb(153,75,164); }

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