#994EA7

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

Shades of Violet Blue #994EA7

Tints of Violet Blue #994EA7

Color information

#994EA7 (or 0x994EA7) is unknown color: approx Violet Blue. HEX triplet: 99, 4E and A7. RGB value is (153,78,167). Sum of RGB (Red+Green+Blue) = 153+78+167=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 167 - color contains mainly: blue. Hex color #994EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994EA7 is #66B158. Grayscale: #6E6E6E. Windows color (decimal): -6730073 or 10964633. OLE color: 10964633.

HSL color Cylindrical-coordinate representation of color #994EA7: hue angle of 290.56º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994EA7 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15378167-
CMYK0.080.5300.35
HSL290.56º36.33%48.04%-
HSV(B)290.56º53.29%65.49%-
XYZ22.8415.0138.25-
YUV110.57159.85158.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 167 (65.62% from 255) = 41.96%
R=38.44%
G=19.60%
B=41.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153781670.080.5300.35290.5636.3348.04
Hex994EA78350231232430
Octal23111624710650434434460
Binary1001100110011101010011110001101010100011100100011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,78,167); }

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

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

 a { background-color: rgb(153,78,167); }

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

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

 span { border-color: rgb(153,78,167); }

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