#9666DC

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

Shades of Medium Purple #9666DC

Tints of Medium Purple #9666DC

Color information

#9666DC (or 0x9666DC) is unknown color: approx Medium Purple. HEX triplet: 96, 66 and DC. RGB value is (150,102,220). Sum of RGB (Red+Green+Blue) = 150+102+220=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #9666DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666DC is #699923. Grayscale: #818181. Windows color (decimal): -6920484 or 14444182. OLE color: 14444182.

HSL color Cylindrical-coordinate representation of color #9666DC: hue angle of 264.41º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9666DC is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150102220-
CMYK0.320.5400.14
HSL264.41º62.77%63.14%-
HSV(B)264.41º53.64%86.27%-
XYZ30.2521.1570.2-
YUV129.8178.9142.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=31.78%
G=21.61%
B=46.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501022200.320.5400.14264.4162.7763.14
Hex9666DC20360E1083f3f
Octal22614633440660164107777
Binary1001011011001101101110010000011011001110100001000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9666DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,102,220); }

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

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

 a { background-color: rgb(150,102,220); }

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

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

 span { border-color: rgb(150,102,220); }

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