#994791

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

Shades of Violet Blue #994791

Tints of Violet Blue #994791

Color information

#994791 (or 0x994791) is unknown color: approx Violet Blue. HEX triplet: 99, 47 and 91. RGB value is (153,71,145). Sum of RGB (Red+Green+Blue) = 153+71+145=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #994791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994791 is #66B86E. Grayscale: #676767. Windows color (decimal): -6731887 or 9521049. OLE color: 9521049.

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

Color convert

RGB15371145-
CMYK00.540.050.4
HSL305.85º36.61%43.92%-
HSV(B)305.85º53.59%60%-
XYZ20.513.3228.28-
YUV103.95151.17162.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=41.46%
G=19.24%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537114500.540.050.4305.8536.6143.92
Hex994791036528132252c
Octal2311072210665504624554
Binary100110011000111100100010110110101101000100110010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994791; }

 p { color: rgb(153,71,145); }

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

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

 a { background-color: rgb(153,71,145); }

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

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

 span { border-color: rgb(153,71,145); }

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