#9965F6

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

Shades of Medium Purple #9965F6

Tints of Medium Purple #9965F6

Color information

#9965F6 (or 0x9965F6) is unknown color: approx Medium Purple. HEX triplet: 99, 65 and F6. RGB value is (153,101,246). Sum of RGB (Red+Green+Blue) = 153+101+246=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #9965F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9965F6 is #669A09. Grayscale: #848484. Windows color (decimal): -6724106 or 16147865. OLE color: 16147865.

HSL color Cylindrical-coordinate representation of color #9965F6: hue angle of 261.52º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9965F6 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB153101246-
CMYK0.380.5900.04
HSL261.52º88.96%68.04%-
HSV(B)261.52º58.94%96.47%-
XYZ34.4322.7389.76-
YUV133.08191.73142.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 101 (39.84% from 255) = 20.2%
BLUE value IS 246 (96.48% from 255) = 49.2%
R=30.6%
G=20.2%
B=49.2%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1531012460.380.5900.04261.5288.9668.04
Hex9965F6263B041065944
Octal231145366467304406131104
Binary10011001110010111110110100110111011010010000011010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9965F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9965F6; }

 p { color: rgb(153,101,246); }

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

<style>
 a { background-color: #9965F6; }

 a { background-color: rgb(153,101,246); }

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

<style>
 span { border-color: #9965F6; }

 span { border-color: rgb(153,101,246); }

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