#9966dd

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

Shades of Medium Purple #9966DD

Tints of Medium Purple #9966DD

Color information

#9966DD (or 0x9966DD) is unknown color: approx Medium Purple. HEX triplet: 99, 66 and DD. RGB value is (153,102,221). Sum of RGB (Red+Green+Blue) = 153+102+221=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #9966DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9966DD is #669922. Grayscale: #828282. Windows color (decimal): -6723875 or 14509721. OLE color: 14509721.

HSL color Cylindrical-coordinate representation of color #9966DD: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9966DD is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153102221-
CMYK0.310.5400.13
HSL265.71º63.64%63.33%-
HSV(B)265.71º53.85%86.67%-
XYZ30.9421.570.92-
YUV130.82178.9143.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.14%
GREEN value IS 102 (40.23% from 255) = 21.43%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=32.14%
G=21.43%
B=46.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531022210.310.5400.13265.7163.6463.33
Hex9966DD1F360D10a403f
Octal231146335376601541210077
Binary1001100111001101101110111111110110011011000010101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9966dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9966dd; }

 p { color: rgb(153,102,221); }

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

<style>
 a { background-color: #9966dd; }

 a { background-color: rgb(153,102,221); }

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

<style>
 span { border-color: #9966dd; }

 span { border-color: rgb(153,102,221); }

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