#9382DA

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

Shades of Medium Purple #9382DA

Tints of Medium Purple #9382DA

Color information

#9382DA (or 0x9382DA) is unknown color: approx Medium Purple. HEX triplet: 93, 82 and DA. RGB value is (147,130,218). Sum of RGB (Red+Green+Blue) = 147+130+218=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #9382DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382DA is #6C7D25. Grayscale: #909090. Windows color (decimal): -7109926 or 14320275. OLE color: 14320275.

HSL color Cylindrical-coordinate representation of color #9382DA: hue angle of 251.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9382DA is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147130218-
CMYK0.330.4000.15
HSL251.59º54.32%68.24%-
HSV(B)251.59º40.37%85.49%-
XYZ32.6727.2369.86-
YUV145.12169.13129.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.70%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 218 (85.55% from 255) = 44.04%
R=29.70%
G=26.26%
B=44.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471302180.330.4000.15251.5954.3268.24
Hex9382DA21280Ffc3644
Octal223202332415001737466104
Binary10010011100000101101101010000110100001111111111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9382DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9382DA; }

 p { color: rgb(147,130,218); }

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

<style>
 a { background-color: #9382DA; }

 a { background-color: rgb(147,130,218); }

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

<style>
 span { border-color: #9382DA; }

 span { border-color: rgb(147,130,218); }

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