#9666df

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

Shades of Medium Purple #9666DF

Tints of Medium Purple #9666DF

Color information

#9666DF (or 0x9666DF) is unknown color: approx Medium Purple. HEX triplet: 96, 66 and DF. RGB value is (150,102,223). Sum of RGB (Red+Green+Blue) = 150+102+223=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #9666DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666DF is #699920. Grayscale: #818181. Windows color (decimal): -6920481 or 14640790. OLE color: 14640790.

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

Color convert

RGB150102223-
CMYK0.330.5400.13
HSL263.8º65.41%63.73%-
HSV(B)263.8º54.26%87.45%-
XYZ30.6521.3172.31-
YUV130.15180.4142.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 223 (87.5% from 255) = 46.95%
R=31.58%
G=21.47%
B=46.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501022230.330.5400.13263.865.4163.73
Hex9666DF21360D1084140
Octal2261463374166015410101100
Binary100101101100110110111111000011101100110110000100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9666df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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