#9976F1

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

Shades of Medium Purple #9976F1

Tints of Medium Purple #9976F1

Color information

#9976F1 (or 0x9976F1) is unknown color: approx Medium Purple. HEX triplet: 99, 76 and F1. RGB value is (153,118,241). Sum of RGB (Red+Green+Blue) = 153+118+241=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #9976F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9976F1 is #66890E. Grayscale: #8E8E8E. Windows color (decimal): -6719759 or 15824537. OLE color: 15824537.

HSL color Cylindrical-coordinate representation of color #9976F1: hue angle of 257.07º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9976F1 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153118241-
CMYK0.370.5100.05
HSL257.07º81.46%70.39%-
HSV(B)257.07º51.04%94.51%-
XYZ35.4926.0886.38-
YUV142.49183.6135.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 118 (46.48% from 255) = 23.05%
BLUE value IS 241 (94.53% from 255) = 47.07%
R=29.88%
G=23.05%
B=47.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531182410.370.5100.05257.0781.4670.39
Hex9976F12533051015146
Octal231166361456305401121106
Binary10011001111011011110001100101110011010110000000110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9976F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9976F1; }

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

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

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

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

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

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

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

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