#9f77eb

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

Shades of Medium Purple #9F77EB

Tints of Medium Purple #9F77EB

Color information

#9F77EB (or 0x9F77EB) is unknown color: approx Medium Purple. HEX triplet: 9F, 77 and EB. RGB value is (159,119,235). Sum of RGB (Red+Green+Blue) = 159+119+235=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F77EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F77EB is #608814. Grayscale: #8F8F8F. Windows color (decimal): -6326293 or 15431583. OLE color: 15431583.

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

Color convert

RGB159119235-
CMYK0.320.4900.08
HSL260.69º74.36%69.41%-
HSV(B)260.69º49.36%92.16%-
XYZ35.8926.5681.83-
YUV144.18179.25138.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 235 (92.19% from 255) = 45.81%
R=30.99%
G=23.20%
B=45.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591192350.320.4900.08260.6974.3669.41
Hex9F77EB2031081054a45
Octal2371673534061010405112105
Binary100111111110111111010111000001100010100010000010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f77eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,119,235); }

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

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

 a { background-color: rgb(159,119,235); }

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

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

 span { border-color: rgb(159,119,235); }

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