#9381EB

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

Shades of Medium Purple #9381EB

Tints of Medium Purple #9381EB

Color information

#9381EB (or 0x9381EB) is unknown color: approx Medium Purple. HEX triplet: 93, 81 and EB. RGB value is (147,129,235). Sum of RGB (Red+Green+Blue) = 147+129+235=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #9381EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9381EB is #6C7E14. Grayscale: #929292. Windows color (decimal): -7110165 or 15434131. OLE color: 15434131.

HSL color Cylindrical-coordinate representation of color #9381EB: hue angle of 250.19º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9381EB is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147129235-
CMYK0.370.4500.08
HSL250.19º72.6%71.37%-
HSV(B)250.19º45.11%92.16%-
XYZ34.8827.982.14-
YUV146.47177.96128.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=28.77%
G=25.24%
B=45.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471292350.370.4500.08250.1972.671.37
Hex9381EB252D08fa4947
Octal2232013534555010372111107
Binary100100111000000111101011100101101101010001111101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9381EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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