#9F80F6

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

Shades of Medium Purple #9F80F6

Tints of Medium Purple #9F80F6

Color information

#9F80F6 (or 0x9F80F6) is unknown color: approx Medium Purple. HEX triplet: 9F, 80 and F6. RGB value is (159,128,246). Sum of RGB (Red+Green+Blue) = 159+128+246=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #9F80F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F80F6 is #607F09. Grayscale: #969696. Windows color (decimal): -6323978 or 16154783. OLE color: 16154783.

HSL color Cylindrical-coordinate representation of color #9F80F6: hue angle of 255.76º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F80F6 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB159128246-
CMYK0.350.4800.04
HSL255.76º86.76%73.33%-
HSV(B)255.76º47.97%96.47%-
XYZ38.6529.4690.84-
YUV150.72181.77133.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.83%
GREEN value IS 128 (50.39% from 255) = 24.02%
BLUE value IS 246 (96.48% from 255) = 46.15%
R=29.83%
G=24.02%
B=46.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1591282460.350.4800.04255.7686.7673.33
Hex9F80F62330041005749
Octal237200366436004400127111
Binary100111111000000011110110100011110000010010000000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F80F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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