Html Css Color HEX #9378DB Medium Purple

📋 copy color: '#9378DB'

red 147 ◦ green 120 ◦ blue 219

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

Shades of Medium Purple #9378DB

Tints of Medium Purple #9378DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.69%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 30.25%
G = 24.69%
B = 45.06%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9378DB (or 0x9378DB) is known color: Medium Purple. HEX triplet: 93, 78 and DB. RGB value is (147,120,219). Sum of RGB (Red+Green+Blue) = 147+120+219=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #9378DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9378DB is #6C8724. Grayscale: #8A8A8A. Windows color (decimal): -7112485 or 14383251. OLE color: 14383251.

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

Color convert

RGB 147 120 219 -
CMYK 0.33 0.45 0 0.14
HSL 256.36º 0.58% 0.66% -
HSV(B) 256.36º 0.45% 0.86% -
XYZ 31.54 24.75 70.13 -
YUV 139.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 147 120 219 0.33 0.45 0 0.14 256.36 0.58 0.66
Hex 93 78 DB 21 2D 0 E 100 3A 42
Octal 223 170 333 41 55 0 16 400 72 102
Binary 10010011 1111000 11011011 100001 101101 0 1110 100000000 111010 1000010

Color Harmonies of #9378DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9378DB

Black with #9378DB

Text Example


Text Example

White with #9378DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9378DB; }

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

 H1.HeaderClassName
 {
   color: #9378DB;
 }
 .AnyTagClassName
 {
   color: #9378DB;
 }
</style>

background-color css

<style>
 a { background-color: #9378DB; }

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

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

border-color css

<style>
 span { border-color: #9378DB; }

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

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