#9371DA

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

Shades of Medium Purple #9371DA

Tints of Medium Purple #9371DA

Color information

#9371DA (or 0x9371DA) is unknown color: approx Medium Purple. HEX triplet: 93, 71 and DA. RGB value is (147,113,218). Sum of RGB (Red+Green+Blue) = 147+113+218=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #9371DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371DA is #6C8E25. Grayscale: #868686. Windows color (decimal): -7114278 or 14315923. OLE color: 14315923.

HSL color Cylindrical-coordinate representation of color #9371DA: hue angle of 259.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9371DA is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147113218-
CMYK0.330.4800.15
HSL259.43º58.66%64.9%-
HSV(B)259.43º48.17%85.49%-
XYZ30.5923.0869.17-
YUV135.14174.76136.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.75%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 218 (85.55% from 255) = 45.61%
R=30.75%
G=23.64%
B=45.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471132180.330.4800.15259.4358.6664.9
Hex9371DA21300F1033b41
Octal223161332416001740373101
Binary10010011111000111011010100001110000011111000000111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9371DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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