Html Css Color HEX #9380DB Medium Purple

📋 copy color: '#9380DB'

red 147 ◦ green 128 ◦ blue 219

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

Shades of Medium Purple #9380DB

Tints of Medium Purple #9380DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.91%

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

R = 29.76%
G = 25.91%
B = 44.33%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9380DB (or 0x9380DB) is known color: Medium Purple. HEX triplet: 93, 80 and DB. RGB value is (147,128,219). Sum of RGB (Red+Green+Blue) = 147+128+219=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #9380DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380DB is #6C7F24. Grayscale: #8F8F8F. Windows color (decimal): -7110437 or 14385299. OLE color: 14385299.

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

Color convert

RGB 147 128 219 -
CMYK 0.33 0.42 0 0.14
HSL 252.53º 0.56% 0.68% -
HSV(B) 252.53º 0.42% 0.86% -
XYZ 32.54 26.76 70.47 -
YUV 144.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 147 128 219 0.33 0.42 0 0.14 252.53 0.56 0.68
Hex 93 80 DB 21 2A 0 E FD 38 44
Octal 223 200 333 41 52 0 16 375 70 104
Binary 10010011 10000000 11011011 100001 101010 0 1110 11111101 111000 1000100

Color Harmonies of #9380DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380DB

Black with #9380DB

Text Example


Text Example

White with #9380DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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