#9668F0

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

Shades of Medium Purple #9668F0

Tints of Medium Purple #9668F0

Color information

#9668F0 (or 0x9668F0) is unknown color: approx Medium Purple. HEX triplet: 96, 68 and F0. RGB value is (150,104,240). Sum of RGB (Red+Green+Blue) = 150+104+240=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #9668F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9668F0 is #69970F. Grayscale: #848484. Windows color (decimal): -6919952 or 15755414. OLE color: 15755414.

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

Color convert

RGB150104240-
CMYK0.370.5700.06
HSL260.29º81.93%67.45%-
HSV(B)260.29º56.67%94.12%-
XYZ33.2622.6885.06-
YUV133.26188.24139.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 104 (41.02% from 255) = 21.05%
BLUE value IS 240 (94.14% from 255) = 48.58%
R=30.36%
G=21.05%
B=48.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501042400.370.5700.06260.2981.9367.45
Hex9668F02539061045243
Octal226150360457106404122103
Binary10010110110100011110000100101111001011010000010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9668F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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