#9381DF

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

Shades of Medium Purple #9381DF

Tints of Medium Purple #9381DF

Color information

#9381DF (or 0x9381DF) is unknown color: approx Medium Purple. HEX triplet: 93, 81 and DF. RGB value is (147,129,223). Sum of RGB (Red+Green+Blue) = 147+129+223=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #9381DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9381DF is #6C7E20. Grayscale: #909090. Windows color (decimal): -7110177 or 14647699. OLE color: 14647699.

HSL color Cylindrical-coordinate representation of color #9381DF: hue angle of 251.49º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9381DF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147129223-
CMYK0.340.4200.13
HSL251.49º59.49%69.02%-
HSV(B)251.49º42.15%87.45%-
XYZ33.227.2373.32-
YUV145.1171.96129.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 129 (50.78% from 255) = 25.85%
BLUE value IS 223 (87.5% from 255) = 44.69%
R=29.46%
G=25.85%
B=44.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471292230.340.4200.13251.4959.4969.02
Hex9381DF222A0Dfb3b45
Octal223201337425201537373105
Binary10010011100000011101111110001010101001101111110111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9381DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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