#9370db

Color #9370DB MediumPurple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of MediumPurple #9370DB

Tints of MediumPurple #9370DB

Color information

#9370DB (or 0x9370DB) is known color: MediumPurple. HEX triplet: 93, 70 and DB. RGB value is (147,112,219). Sum of RGB (Red+Green+Blue) = 147+112+219=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #9370DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370DB is #6C8F24. Grayscale: #868686. Windows color (decimal): -7114533 or 14381203. OLE color: 14381203.

HSL color Cylindrical-coordinate representation of color #9370DB: hue angle of 259.63º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9370DB is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147112219-
CMYK0.330.4900.14
HSL259.63º59.78%64.9%-
HSV(B)259.63º48.86%85.88%-
XYZ30.6122.9169.83-
YUV134.66175.6136.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.75%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 219 (85.94% from 255) = 45.82%
R=30.75%
G=23.43%
B=45.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471122190.330.4900.14259.6359.7864.9
Hex9370DB21310E1043c41
Octal223160333416101640474101
Binary10010011111000011011011100001110001011101000001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9370db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9370db; }

 p { color: rgb(147,112,219); }

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

<style>
 a { background-color: #9370db; }

 a { background-color: rgb(147,112,219); }

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

<style>
 span { border-color: #9370db; }

 span { border-color: rgb(147,112,219); }

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