#9668DA

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

Shades of Medium Purple #9668DA

Tints of Medium Purple #9668DA

Color information

#9668DA (or 0x9668DA) is unknown color: approx Medium Purple. HEX triplet: 96, 68 and DA. RGB value is (150,104,218). Sum of RGB (Red+Green+Blue) = 150+104+218=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #9668DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668DA is #699725. Grayscale: #828282. Windows color (decimal): -6919974 or 14313622. OLE color: 14313622.

HSL color Cylindrical-coordinate representation of color #9668DA: hue angle of 264.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9668DA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150104218-
CMYK0.310.5200.15
HSL264.21º60.64%63.14%-
HSV(B)264.21º52.29%85.49%-
XYZ30.1821.4568.88-
YUV130.75177.24141.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 104 (41.02% from 255) = 22.03%
BLUE value IS 218 (85.55% from 255) = 46.19%
R=31.78%
G=22.03%
B=46.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501042180.310.5200.15264.2160.6463.14
Hex9668DA1F340F1083d3f
Octal22615033237640174107577
Binary100101101101000110110101111111010001111100001000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9668DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9668DA; }

 p { color: rgb(150,104,218); }

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

<style>
 a { background-color: #9668DA; }

 a { background-color: rgb(150,104,218); }

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

<style>
 span { border-color: #9668DA; }

 span { border-color: rgb(150,104,218); }

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