#9660F1

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

Shades of Medium Purple #9660F1

Tints of Medium Purple #9660F1

Color information

#9660F1 (or 0x9660F1) is unknown color: approx Medium Purple. HEX triplet: 96, 60 and F1. RGB value is (150,96,241). Sum of RGB (Red+Green+Blue) = 150+96+241=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #9660F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9660F1 is #699F0E. Grayscale: #808080. Windows color (decimal): -6921999 or 15818902. OLE color: 15818902.

HSL color Cylindrical-coordinate representation of color #9660F1: hue angle of 262.34º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9660F1 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15096241-
CMYK0.380.6000.05
HSL262.34º83.82%66.08%-
HSV(B)262.34º60.17%94.51%-
XYZ32.6421.285.59-
YUV128.68191.39143.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.80%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 241 (94.53% from 255) = 49.49%
R=30.80%
G=19.71%
B=49.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150962410.380.6000.05262.3483.8266.08
Hex9660F1263C051065442
Octal226140361467405406124102
Binary10010110110000011110001100110111100010110000011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9660F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9660F1; }

 p { color: rgb(150,96,241); }

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

<style>
 a { background-color: #9660F1; }

 a { background-color: rgb(150,96,241); }

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

<style>
 span { border-color: #9660F1; }

 span { border-color: rgb(150,96,241); }

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