#9375E4

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

Shades of Medium Purple #9375E4

Tints of Medium Purple #9375E4

Color information

#9375E4 (or 0x9375E4) is unknown color: approx Medium Purple. HEX triplet: 93, 75 and E4. RGB value is (147,117,228). Sum of RGB (Red+Green+Blue) = 147+117+228=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 228 - color contains mainly: blue. Hex color #9375E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375E4 is #6C8A1B. Grayscale: #8A8A8A. Windows color (decimal): -7113244 or 14972307. OLE color: 14972307.

HSL color Cylindrical-coordinate representation of color #9375E4: hue angle of 256.22º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9375E4 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB147117228-
CMYK0.360.4900.11
HSL256.22º67.27%67.65%-
HSV(B)256.22º48.68%89.41%-
XYZ32.424.5376.43-
YUV138.62178.44133.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 228 (89.45% from 255) = 46.34%
R=29.88%
G=23.78%
B=46.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1471172280.360.4900.11256.2267.2767.65
Hex9375E424310B1004344
Octal2231653444461013400103104
Binary100100111110101111001001001001100010101110000000010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9375E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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