#9667df

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

Shades of Medium Purple #9667DF

Tints of Medium Purple #9667DF

Color information

#9667DF (or 0x9667DF) is unknown color: approx Medium Purple. HEX triplet: 96, 67 and DF. RGB value is (150,103,223). Sum of RGB (Red+Green+Blue) = 150+103+223=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #9667DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667DF is #699820. Grayscale: #828282. Windows color (decimal): -6920225 or 14641046. OLE color: 14641046.

HSL color Cylindrical-coordinate representation of color #9667DF: hue angle of 263.5º 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 #9667DF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150103223-
CMYK0.330.5400.13
HSL263.5º65.22%63.92%-
HSV(B)263.5º53.81%87.45%-
XYZ30.7521.5172.34-
YUV130.73180.07141.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 103 (40.62% from 255) = 21.64%
BLUE value IS 223 (87.5% from 255) = 46.85%
R=31.51%
G=21.64%
B=46.85%

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
Decimal1501032230.330.5400.13263.565.2263.92
Hex9667DF21360D1084140
Octal2261473374166015410101100
Binary100101101100111110111111000011101100110110000100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9667df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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