#9F75EC

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

Shades of Medium Purple #9F75EC

Tints of Medium Purple #9F75EC

Color information

#9F75EC (or 0x9F75EC) is unknown color: approx Medium Purple. HEX triplet: 9F, 75 and EC. RGB value is (159,117,236). Sum of RGB (Red+Green+Blue) = 159+117+236=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F75EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F75EC is #608A13. Grayscale: #8E8E8E. Windows color (decimal): -6326804 or 15496607. OLE color: 15496607.

HSL color Cylindrical-coordinate representation of color #9F75EC: hue angle of 261.18º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F75EC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159117236-
CMYK0.330.5000.07
HSL261.18º75.8%69.22%-
HSV(B)261.18º50.42%92.55%-
XYZ35.826.1582.52-
YUV143.12180.41139.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.05%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 236 (92.58% from 255) = 46.09%
R=31.05%
G=22.85%
B=46.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591172360.330.5000.07261.1875.869.22
Hex9F75EC2132071054c45
Octal237165354416207405114105
Binary10011111111010111101100100001110010011110000010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F75EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,117,236); }

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

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

 a { background-color: rgb(159,117,236); }

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

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

 span { border-color: rgb(159,117,236); }

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