#9665DE

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

Shades of Medium Purple #9665DE

Tints of Medium Purple #9665DE

Color information

#9665DE (or 0x9665DE) is unknown color: approx Medium Purple. HEX triplet: 96, 65 and DE. RGB value is (150,101,222). Sum of RGB (Red+Green+Blue) = 150+101+222=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #9665DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665DE is #699A21. Grayscale: #818181. Windows color (decimal): -6920738 or 14574998. OLE color: 14574998.

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

Color convert

RGB150101222-
CMYK0.320.5500.13
HSL264.3º64.71%63.33%-
HSV(B)264.3º54.5%87.06%-
XYZ30.4221.0771.57-
YUV129.44180.23142.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 101 (39.84% from 255) = 21.35%
BLUE value IS 222 (87.11% from 255) = 46.93%
R=31.71%
G=21.35%
B=46.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501012220.320.5500.13264.364.7163.33
Hex9665DE20370D108413f
Octal226145336406701541010177
Binary10010110110010111011110100000110111011011000010001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9665DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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