Html Css Color HEX #9370DC Medium Purple

📋 copy color: '#9370DC'

red 147 ◦ green 112 ◦ blue 220

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

Shades of Medium Purple #9370DC

Tints of Medium Purple #9370DC

RGB

 RED value IS 147 (57.81% from 255) = 30.69%

 GREEN value IS 112 (44.14% from 255) = 23.38%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 30.69%
G = 23.38%
B = 45.93%

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

#9370DC (or 0x9370DC) is known color: Medium Purple. HEX triplet: 93, 70 and DC. RGB value is (147,112,220). Sum of RGB (Red+Green+Blue) = 147+112+220=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #9370DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370DC is #6C8F23. Grayscale: #868686. Windows color (decimal): -7114532 or 14446739. OLE color: 14446739.

HSL color Cylindrical-coordinate representation of color #9370DC: hue angle of 259.44º degrees, saturation: 0.61, 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 #9370DC is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 112 220 -
CMYK 0.33 0.49 0 0.14
HSL 259.44º 0.61% 0.65% -
HSV(B) 259.44º 0.49% 0.86% -
XYZ 30.75 22.96 70.52 -
YUV 134.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 147 112 220 0.33 0.49 0 0.14 259.44 0.61 0.65
Hex 93 70 DC 21 31 0 E 103 3D 41
Octal 223 160 334 41 61 0 16 403 75 101
Binary 10010011 1110000 11011100 100001 110001 0 1110 100000011 111101 1000001

Color Harmonies of #9370DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9370DC

Black with #9370DC

Text Example


Text Example

White with #9370DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9370DC;
 }
 .AnyTagClassName
 {
   color: #9370DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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