Html Css Color HEX #9380D3 Medium Purple

📋 copy color: '#9380D3'

red 147 ◦ green 128 ◦ blue 211

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

Shades of Medium Purple #9380D3

Tints of Medium Purple #9380D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.42%

R = 30.25%
G = 26.34%
B = 43.42%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9380D3 (or 0x9380D3) is known color: Medium Purple. HEX triplet: 93, 80 and D3. RGB value is (147,128,211). Sum of RGB (Red+Green+Blue) = 147+128+211=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #9380D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380D3 is #6C7F2C. Grayscale: #8E8E8E. Windows color (decimal): -7110445 or 13861011. OLE color: 13861011.

HSL color Cylindrical-coordinate representation of color #9380D3: hue angle of 253.73º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9380D3 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 147 128 211 -
CMYK 0.30 0.39 0 0.17
HSL 253.73º 0.49% 0.66% -
HSV(B) 253.73º 0.39% 0.83% -
XYZ 31.51 26.34 65.05 -
YUV 143.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 147 128 211 0.30 0.39 0 0.17 253.73 0.49 0.66
Hex 93 80 D3 1E 27 0 11 FE 31 42
Octal 223 200 323 36 47 0 21 376 61 102
Binary 10010011 10000000 11010011 11110 100111 0 10001 11111110 110001 1000010

Color Harmonies of #9380D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380D3

Black with #9380D3

Text Example


Text Example

White with #9380D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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