#994FF3

Color #994FF3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #994FF3

Tints of Medium Purple #994FF3

Color information

#994FF3 (or 0x994FF3) is unknown color: approx Medium Purple. HEX triplet: 99, 4F and F3. RGB value is (153,79,243). Sum of RGB (Red+Green+Blue) = 153+79+243=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #994FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994FF3 is #66B00C. Grayscale: #777777. Windows color (decimal): -6729741 or 15945625. OLE color: 15945625.

HSL color Cylindrical-coordinate representation of color #994FF3: hue angle of 267.07º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994FF3 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15379243-
CMYK0.370.6700.05
HSL267.07º87.23%63.14%-
HSV(B)267.07º67.49%95.29%-
XYZ32.1118.8486.74-
YUV119.82197.52151.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.21%
GREEN value IS 79 (31.25% from 255) = 16.63%
BLUE value IS 243 (95.31% from 255) = 51.16%
R=32.21%
G=16.63%
B=51.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal153792430.370.6700.05267.0787.2363.14
Hex994FF325430510b573f
Octal231117363451030541312777
Binary10011001100111111110011100101100001101011000010111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,79,243); }

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

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

 a { background-color: rgb(153,79,243); }

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

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

 span { border-color: rgb(153,79,243); }

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