#9F80F0

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

Shades of Medium Purple #9F80F0

Tints of Medium Purple #9F80F0

Color information

#9F80F0 (or 0x9F80F0) is unknown color: approx Medium Purple. HEX triplet: 9F, 80 and F0. RGB value is (159,128,240). Sum of RGB (Red+Green+Blue) = 159+128+240=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #9F80F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F80F0 is #607F0F. Grayscale: #959595. Windows color (decimal): -6323984 or 15761567. OLE color: 15761567.

HSL color Cylindrical-coordinate representation of color #9F80F0: hue angle of 256.61º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F80F0 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159128240-
CMYK0.340.4700.06
HSL256.61º78.87%72.16%-
HSV(B)256.61º46.67%94.12%-
XYZ37.7529.186.07-
YUV150.04178.77134.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.17%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 240 (94.14% from 255) = 45.54%
R=30.17%
G=24.29%
B=45.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1591282400.340.4700.06256.6178.8772.16
Hex9F80F0222F061014f48
Octal237200360425706401117110
Binary100111111000000011110000100010101111011010000000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F80F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F80F0; }

 p { color: rgb(159,128,240); }

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

<style>
 a { background-color: #9F80F0; }

 a { background-color: rgb(159,128,240); }

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

<style>
 span { border-color: #9F80F0; }

 span { border-color: rgb(159,128,240); }

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