#9375EB

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

Shades of Medium Purple #9375EB

Tints of Medium Purple #9375EB

Color information

#9375EB (or 0x9375EB) is unknown color: approx Medium Purple. HEX triplet: 93, 75 and EB. RGB value is (147,117,235). Sum of RGB (Red+Green+Blue) = 147+117+235=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #9375EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9375EB is #6C8A14. Grayscale: #8A8A8A. Windows color (decimal): -7113237 or 15431059. OLE color: 15431059.

HSL color Cylindrical-coordinate representation of color #9375EB: hue angle of 255.25º degrees, saturation: 0.75, 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 #9375EB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147117235-
CMYK0.370.5000.08
HSL255.25º74.68%69.02%-
HSV(B)255.25º50.21%92.16%-
XYZ33.3924.9281.65-
YUV139.42181.94133.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=29.46%
G=23.45%
B=47.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471172350.370.5000.08255.2574.6869.02
Hex9375EB253208ff4b45
Octal2231653534562010377113105
Binary10010011111010111101011100101110010010001111111110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9375EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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