#996DF1

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

Shades of Medium Purple #996DF1

Tints of Medium Purple #996DF1

Color information

#996DF1 (or 0x996DF1) is unknown color: approx Medium Purple. HEX triplet: 99, 6D and F1. RGB value is (153,109,241). Sum of RGB (Red+Green+Blue) = 153+109+241=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #996DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996DF1 is #66920E. Grayscale: #888888. Windows color (decimal): -6722063 or 15822233. OLE color: 15822233.

HSL color Cylindrical-coordinate representation of color #996DF1: hue angle of 260º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #996DF1 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153109241-
CMYK0.370.5500.05
HSL260º82.5%68.63%-
HSV(B)260º54.77%94.51%-
XYZ34.4824.0686.05-
YUV137.2186.58139.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.42%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 241 (94.53% from 255) = 47.91%
R=30.42%
G=21.67%
B=47.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531092410.370.5500.0526082.568.63
Hex996DF12537051045245
Octal231155361456705404122105
Binary10011001110110111110001100101110111010110000010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996DF1; }

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

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

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

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

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

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

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

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