#994FF1

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

Shades of Medium Purple #994FF1

Tints of Medium Purple #994FF1

Color information

#994FF1 (or 0x994FF1) is unknown color: approx Medium Purple. HEX triplet: 99, 4F and F1. RGB value is (153,79,241). Sum of RGB (Red+Green+Blue) = 153+79+241=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #994FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994FF1 is #66B00E. Grayscale: #777777. Windows color (decimal): -6729743 or 15814553. OLE color: 15814553.

HSL color Cylindrical-coordinate representation of color #994FF1: hue angle of 267.41º degrees, saturation: 0.85, 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 #994FF1 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15379241-
CMYK0.370.6700.05
HSL267.41º85.26%62.75%-
HSV(B)267.41º67.22%94.51%-
XYZ31.8118.7285.15-
YUV119.59196.52151.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 79 (31.25% from 255) = 16.70%
BLUE value IS 241 (94.53% from 255) = 50.95%
R=32.35%
G=16.70%
B=50.95%

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
Decimal153792410.370.6700.05267.4185.2662.75
Hex994FF125430510b553f
Octal231117361451030541312577
Binary10011001100111111110001100101100001101011000010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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