Html Css Color HEX #9380DC Medium Purple

📋 copy color: '#9380DC'

red 147 ◦ green 128 ◦ blue 220

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

Shades of Medium Purple #9380DC

Tints of Medium Purple #9380DC

RGB

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

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

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

R = 29.7%
G = 25.86%
B = 44.44%

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

#9380DC (or 0x9380DC) is known color: Medium Purple. HEX triplet: 93, 80 and DC. RGB value is (147,128,220). Sum of RGB (Red+Green+Blue) = 147+128+220=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #9380DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380DC is #6C7F23. Grayscale: #8F8F8F. Windows color (decimal): -7110436 or 14450835. OLE color: 14450835.

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

Color convert

RGB 147 128 220 -
CMYK 0.33 0.42 0 0.14
HSL 252.39º 0.57% 0.68% -
HSV(B) 252.39º 0.42% 0.86% -
XYZ 32.67 26.81 71.16 -
YUV 144.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 147 128 220 0.33 0.42 0 0.14 252.39 0.57 0.68
Hex 93 80 DC 21 2A 0 E FC 39 44
Octal 223 200 334 41 52 0 16 374 71 104
Binary 10010011 10000000 11011100 100001 101010 0 1110 11111100 111001 1000100

Color Harmonies of #9380DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380DC

Black with #9380DC

Text Example


Text Example

White with #9380DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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