#9969DC

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

Shades of Medium Purple #9969DC

Tints of Medium Purple #9969DC

Color information

#9969DC (or 0x9969DC) is unknown color: approx Medium Purple. HEX triplet: 99, 69 and DC. RGB value is (153,105,220). Sum of RGB (Red+Green+Blue) = 153+105+220=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #9969DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969DC is #669623. Grayscale: #848484. Windows color (decimal): -6723108 or 14444953. OLE color: 14444953.

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

Color convert

RGB153105220-
CMYK0.300.5200.14
HSL265.04º62.16%63.73%-
HSV(B)265.04º52.27%86.27%-
XYZ31.1122.0470.33-
YUV132.46177.4142.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=32.01%
G=21.97%
B=46.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531052200.300.5200.14265.0462.1663.73
Hex9969DC1E340E1093e40
Octal231151334366401641176100
Binary1001100111010011101110011110110100011101000010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9969DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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