#9974DC

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

Shades of Medium Purple #9974DC

Tints of Medium Purple #9974DC

Color information

#9974DC (or 0x9974DC) is unknown color: approx Medium Purple. HEX triplet: 99, 74 and DC. RGB value is (153,116,220). Sum of RGB (Red+Green+Blue) = 153+116+220=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #9974DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9974DC is #668B23. Grayscale: #8A8A8A. Windows color (decimal): -6720292 or 14447769. OLE color: 14447769.

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

Color convert

RGB153116220-
CMYK0.300.4700.14
HSL261.35º59.77%65.88%-
HSV(B)261.35º47.27%86.27%-
XYZ32.324.4370.72-
YUV138.92173.76138.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=31.29%
G=23.72%
B=44.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531162200.300.4700.14261.3559.7765.88
Hex9974DC1E2F0E1053c42
Octal231164334365701640574102
Binary1001100111101001101110011110101111011101000001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9974DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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