#9F81F5

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

Shades of Medium Purple #9F81F5

Tints of Medium Purple #9F81F5

Color information

#9F81F5 (or 0x9F81F5) is unknown color: approx Medium Purple. HEX triplet: 9F, 81 and F5. RGB value is (159,129,245). Sum of RGB (Red+Green+Blue) = 159+129+245=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #9F81F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F81F5 is #607E0A. Grayscale: #969696. Windows color (decimal): -6323723 or 16089503. OLE color: 16089503.

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

Color convert

RGB159129245-
CMYK0.350.4700.04
HSL255.52º85.29%73.33%-
HSV(B)255.52º47.35%96.08%-
XYZ38.6329.6690.08-
YUV151.19180.94133.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.83%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 245 (96.09% from 255) = 45.97%
R=29.83%
G=24.20%
B=45.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1591292450.350.4700.04255.5285.2973.33
Hex9F81F5232F041005549
Octal237201365435704400125111
Binary100111111000000111110101100011101111010010000000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F81F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,129,245); }

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

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

 a { background-color: rgb(159,129,245); }

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

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

 span { border-color: rgb(159,129,245); }

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