#9665DF

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

Shades of Medium Purple #9665DF

Tints of Medium Purple #9665DF

Color information

#9665DF (or 0x9665DF) is unknown color: approx Medium Purple. HEX triplet: 96, 65 and DF. RGB value is (150,101,223). Sum of RGB (Red+Green+Blue) = 150+101+223=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #9665DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665DF is #699A20. Grayscale: #818181. Windows color (decimal): -6920737 or 14640534. OLE color: 14640534.

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

Color convert

RGB150101223-
CMYK0.330.5500.13
HSL264.1º65.59%63.53%-
HSV(B)264.1º54.71%87.45%-
XYZ30.5521.1272.28-
YUV129.56180.73142.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.65%
GREEN value IS 101 (39.84% from 255) = 21.31%
BLUE value IS 223 (87.5% from 255) = 47.05%
R=31.65%
G=21.31%
B=47.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501012230.330.5500.13264.165.5963.53
Hex9665DF21370D1084240
Octal2261453374167015410102100
Binary100101101100101110111111000011101110110110000100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9665DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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