#9668EF

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

Shades of Medium Purple #9668EF

Tints of Medium Purple #9668EF

Color information

#9668EF (or 0x9668EF) is unknown color: approx Medium Purple. HEX triplet: 96, 68 and EF. RGB value is (150,104,239). Sum of RGB (Red+Green+Blue) = 150+104+239=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #9668EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9668EF is #699710. Grayscale: #848484. Windows color (decimal): -6919953 or 15689878. OLE color: 15689878.

HSL color Cylindrical-coordinate representation of color #9668EF: hue angle of 260.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9668EF is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150104239-
CMYK0.370.5600.06
HSL260.44º80.84%67.25%-
HSV(B)260.44º56.49%93.73%-
XYZ33.1122.6284.28-
YUV133.14187.74140.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 104 (41.02% from 255) = 21.10%
BLUE value IS 239 (93.75% from 255) = 48.48%
R=30.43%
G=21.10%
B=48.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501042390.370.5600.06260.4480.8467.25
Hex9668EF2538061045143
Octal226150357457006404121103
Binary10010110110100011101111100101111000011010000010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9668EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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