#9375D8

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

Shades of Medium Purple #9375D8

Tints of Medium Purple #9375D8

Color information

#9375D8 (or 0x9375D8) is unknown color: approx Medium Purple. HEX triplet: 93, 75 and D8. RGB value is (147,117,216). Sum of RGB (Red+Green+Blue) = 147+117+216=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #9375D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375D8 is #6C8A27. Grayscale: #888888. Windows color (decimal): -7113256 or 14185875. OLE color: 14185875.

HSL color Cylindrical-coordinate representation of color #9375D8: hue angle of 258.18º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9375D8 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147117216-
CMYK0.320.4600.15
HSL258.18º55.93%65.29%-
HSV(B)258.18º45.83%84.71%-
XYZ30.7923.8867.95-
YUV137.26172.44134.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.62%
GREEN value IS 117 (46.09% from 255) = 24.38%
BLUE value IS 216 (84.77% from 255) = 45%
R=30.62%
G=24.38%
B=45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471172160.320.4600.15258.1855.9365.29
Hex9375D8202E0F1023841
Octal223165330405601740270101
Binary10010011111010111011000100000101110011111000000101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9375D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9375D8; }

 p { color: rgb(147,117,216); }

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

<style>
 a { background-color: #9375D8; }

 a { background-color: rgb(147,117,216); }

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

<style>
 span { border-color: #9375D8; }

 span { border-color: rgb(147,117,216); }

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