Html Css Color HEX #9370DB MediumPurple

📋 copy color: '#9370DB'

red 147 ◦ green 112 ◦ blue 219

#9370DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of MediumPurple #9370DB

Tints of MediumPurple #9370DB

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 value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

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

RGB 147 112 219 -
CMYK 0.33 0.49 0 0.14
HSL 259.63º 0.6% 0.65% -
HSV(B) 259.63º 0.49% 0.86% -
XYZ 30.61 22.91 69.83 -
YUV 134.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 147 112 219 0.33 0.49 0 0.14 259.63 0.6 0.65
Hex 93 70 DB 21 31 0 E 104 3C 41
Octal 223 160 333 41 61 0 16 404 74 101
Binary 10010011 1110000 11011011 100001 110001 0 1110 100000100 111100 1000001

Color Harmonies of #9370DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9370DB

Black with #9370DB

Text Example


Text Example

White with #9370DB

Text Example


Text Example

HTML Codes & Css Web 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>