#9663F5

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

Shades of Medium Purple #9663F5

Tints of Medium Purple #9663F5

Color information

#9663F5 (or 0x9663F5) is unknown color: approx Medium Purple. HEX triplet: 96, 63 and F5. RGB value is (150,99,245). Sum of RGB (Red+Green+Blue) = 150+99+245=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #9663F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9663F5 is #699C0A. Grayscale: #828282. Windows color (decimal): -6921227 or 16081814. OLE color: 16081814.

HSL color Cylindrical-coordinate representation of color #9663F5: hue angle of 260.96º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9663F5 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15099245-
CMYK0.390.6000.04
HSL260.96º87.95%67.45%-
HSV(B)260.96º59.59%96.08%-
XYZ33.522288.87-
YUV130.89192.4141.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 99 (39.06% from 255) = 20.04%
BLUE value IS 245 (96.09% from 255) = 49.60%
R=30.36%
G=20.04%
B=49.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal150992450.390.6000.04260.9687.9567.45
Hex9663F5273C041055843
Octal226143365477404405130103
Binary10010110110001111110101100111111100010010000010110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9663F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9663F5; }

 p { color: rgb(150,99,245); }

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

<style>
 a { background-color: #9663F5; }

 a { background-color: rgb(150,99,245); }

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

<style>
 span { border-color: #9663F5; }

 span { border-color: rgb(150,99,245); }

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