#9667DE

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

Shades of Medium Purple #9667DE

Tints of Medium Purple #9667DE

Color information

#9667DE (or 0x9667DE) is unknown color: approx Medium Purple. HEX triplet: 96, 67 and DE. RGB value is (150,103,222). Sum of RGB (Red+Green+Blue) = 150+103+222=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #9667DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667DE is #699821. Grayscale: #828282. Windows color (decimal): -6920226 or 14575510. OLE color: 14575510.

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

Color convert

RGB150103222-
CMYK0.320.5400.13
HSL263.7º64.32%63.73%-
HSV(B)263.7º53.6%87.06%-
XYZ30.6121.4671.64-
YUV130.62179.57141.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=31.58%
G=21.68%
B=46.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501032220.320.5400.13263.764.3263.73
Hex9667DE20360D1084040
Octal2261473364066015410100100
Binary100101101100111110111101000001101100110110000100010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9667DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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