#9976DC

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

Shades of Medium Purple #9976DC

Tints of Medium Purple #9976DC

Color information

#9976DC (or 0x9976DC) is unknown color: approx Medium Purple. HEX triplet: 99, 76 and DC. RGB value is (153,118,220). Sum of RGB (Red+Green+Blue) = 153+118+220=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #9976DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9976DC is #668923. Grayscale: #8B8B8B. Windows color (decimal): -6719780 or 14448281. OLE color: 14448281.

HSL color Cylindrical-coordinate representation of color #9976DC: hue angle of 260.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9976DC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153118220-
CMYK0.300.4600.14
HSL260.59º59.3%66.27%-
HSV(B)260.59º46.36%86.27%-
XYZ32.5324.970.8-
YUV140.09173.1137.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 220 (86.33% from 255) = 44.81%
R=31.16%
G=24.03%
B=44.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531182200.300.4600.14260.5959.366.27
Hex9976DC1E2E0E1053b42
Octal231166334365601640573102
Binary1001100111101101101110011110101110011101000001011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9976DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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