#9380D8

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

Shades of Medium Purple #9380D8

Tints of Medium Purple #9380D8

Color information

#9380D8 (or 0x9380D8) is unknown color: approx Medium Purple. HEX triplet: 93, 80 and D8. RGB value is (147,128,216). Sum of RGB (Red+Green+Blue) = 147+128+216=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #9380D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380D8 is #6C7F27. Grayscale: #8F8F8F. Windows color (decimal): -7110440 or 14188691. OLE color: 14188691.

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

Color convert

RGB147128216-
CMYK0.320.4100.15
HSL252.95º53.01%67.45%-
HSV(B)252.95º40.74%84.71%-
XYZ32.1526.668.41-
YUV143.71168.79130.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.94%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 216 (84.77% from 255) = 43.99%
R=29.94%
G=26.07%
B=43.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471282160.320.4100.15252.9553.0167.45
Hex9380D820290Ffd3543
Octal223200330405101737565103
Binary10010011100000001101100010000010100101111111111011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9380D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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