#9377F0

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

Shades of Medium Purple #9377F0

Tints of Medium Purple #9377F0

Color information

#9377F0 (or 0x9377F0) is unknown color: approx Medium Purple. HEX triplet: 93, 77 and F0. RGB value is (147,119,240). Sum of RGB (Red+Green+Blue) = 147+119+240=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #9377F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9377F0 is #6C880F. Grayscale: #8C8C8C. Windows color (decimal): -7112720 or 15759251. OLE color: 15759251.

HSL color Cylindrical-coordinate representation of color #9377F0: hue angle of 253.88º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9377F0 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147119240-
CMYK0.390.5000.06
HSL253.88º80.13%70.39%-
HSV(B)253.88º50.42%94.12%-
XYZ34.3625.6985.59-
YUV141.17183.78132.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 240 (94.14% from 255) = 47.43%
R=29.05%
G=23.52%
B=47.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471192400.390.5000.06253.8880.1370.39
Hex9377F0273206fe5046
Octal223167360476206376120106
Binary1001001111101111111000010011111001001101111111010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9377F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9377F0; }

 p { color: rgb(147,119,240); }

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

<style>
 a { background-color: #9377F0; }

 a { background-color: rgb(147,119,240); }

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

<style>
 span { border-color: #9377F0; }

 span { border-color: rgb(147,119,240); }

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