#9652F7

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

Shades of Medium Purple #9652F7

Tints of Medium Purple #9652F7

Color information

#9652F7 (or 0x9652F7) is unknown color: approx Medium Purple. HEX triplet: 96, 52 and F7. RGB value is (150,82,247). Sum of RGB (Red+Green+Blue) = 150+82+247=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #9652F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9652F7 is #69AD08. Grayscale: #787878. Windows color (decimal): -6925577 or 16208534. OLE color: 16208534.

HSL color Cylindrical-coordinate representation of color #9652F7: hue angle of 264.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9652F7 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15082247-
CMYK0.390.6700.03
HSL264.73º91.16%64.51%-
HSV(B)264.73º66.8%96.86%-
XYZ32.3819.2390-
YUV121.14199.03148.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 82 (32.42% from 255) = 17.12%
BLUE value IS 247 (96.88% from 255) = 51.57%
R=31.32%
G=17.12%
B=51.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal150822470.390.6700.03264.7391.1664.51
Hex9652F72743031095b41
Octal2261223674710303411133101
Binary10010110101001011110111100111100001101110000100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9652F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9652F7; }

 p { color: rgb(150,82,247); }

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

<style>
 a { background-color: #9652F7; }

 a { background-color: rgb(150,82,247); }

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

<style>
 span { border-color: #9652F7; }

 span { border-color: rgb(150,82,247); }

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