#9F75EA

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

Shades of Medium Purple #9F75EA

Tints of Medium Purple #9F75EA

Color information

#9F75EA (or 0x9F75EA) is unknown color: approx Medium Purple. HEX triplet: 9F, 75 and EA. RGB value is (159,117,234). Sum of RGB (Red+Green+Blue) = 159+117+234=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F75EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F75EA is #608A15. Grayscale: #8E8E8E. Windows color (decimal): -6326806 or 15365535. OLE color: 15365535.

HSL color Cylindrical-coordinate representation of color #9F75EA: hue angle of 261.54º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F75EA is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159117234-
CMYK0.320.500.08
HSL261.54º73.58%68.82%-
HSV(B)261.54º50%91.76%-
XYZ35.5126.0381-
YUV142.9179.41139.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.18%
GREEN value IS 117 (46.09% from 255) = 22.94%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=31.18%
G=22.94%
B=45.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591172340.320.500.08261.5473.5868.82
Hex9F75EA2032081064a45
Octal2371653524062010406112105
Binary100111111110101111010101000001100100100010000011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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