#9976EC

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

Shades of Medium Purple #9976EC

Tints of Medium Purple #9976EC

Color information

#9976EC (or 0x9976EC) is unknown color: approx Medium Purple. HEX triplet: 99, 76 and EC. RGB value is (153,118,236). Sum of RGB (Red+Green+Blue) = 153+118+236=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #9976EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9976EC is #668913. Grayscale: #8D8D8D. Windows color (decimal): -6719764 or 15496857. OLE color: 15496857.

HSL color Cylindrical-coordinate representation of color #9976EC: hue angle of 257.8º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9976EC is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153118236-
CMYK0.350.500.07
HSL257.8º75.64%69.41%-
HSV(B)257.8º50%92.55%-
XYZ34.7625.7982.5-
YUV141.92181.1135.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=30.18%
G=23.27%
B=46.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531182360.350.500.07257.875.6469.41
Hex9976EC2332071024c45
Octal231166354436207402114105
Binary10011001111011011101100100011110010011110000001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9976EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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