#9661DF

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

Shades of Medium Purple #9661DF

Tints of Medium Purple #9661DF

Color information

#9661DF (or 0x9661DF) is unknown color: approx Medium Purple. HEX triplet: 96, 61 and DF. RGB value is (150,97,223). Sum of RGB (Red+Green+Blue) = 150+97+223=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #9661DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661DF is #699E20. Grayscale: #7E7E7E. Windows color (decimal): -6921761 or 14639510. OLE color: 14639510.

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

Color convert

RGB15097223-
CMYK0.330.5700.13
HSL265.24º66.32%62.75%-
HSV(B)265.24º56.5%87.45%-
XYZ30.1720.3672.15-
YUV127.21182.06144.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 97 (38.28% from 255) = 20.64%
BLUE value IS 223 (87.5% from 255) = 47.45%
R=31.91%
G=20.64%
B=47.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150972230.330.5700.13265.2466.3262.75
Hex9661DF21390D109423f
Octal226141337417101541110277
Binary10010110110000111011111100001111001011011000010011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9661DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9661DF; }

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

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

<style>
 a { background-color: #9661DF; }

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

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

<style>
 span { border-color: #9661DF; }

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

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