Html Css Color HEX #9380DF Medium Purple

📋 copy color: '#9380DF'

red 147 ◦ green 128 ◦ blue 223

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

Shades of Medium Purple #9380DF

Tints of Medium Purple #9380DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 29.52%
G = 25.7%
B = 44.78%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9380DF (or 0x9380DF) is known color: Medium Purple. HEX triplet: 93, 80 and DF. RGB value is (147,128,223). Sum of RGB (Red+Green+Blue) = 147+128+223=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #9380DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380DF is #6C7F20. Grayscale: #909090. Windows color (decimal): -7110433 or 14647443. OLE color: 14647443.

HSL color Cylindrical-coordinate representation of color #9380DF: hue angle of 252º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9380DF is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 128 223 -
CMYK 0.34 0.43 0 0.13
HSL 252º 0.6% 0.69% -
HSV(B) 252º 0.43% 0.87% -
XYZ 33.07 26.97 73.27 -
YUV 144.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 147 128 223 0.34 0.43 0 0.13 252 0.6 0.69
Hex 93 80 DF 22 2B 0 D FC 3C 45
Octal 223 200 337 42 53 0 15 374 74 105
Binary 10010011 10000000 11011111 100010 101011 0 1101 11111100 111100 1000101

Color Harmonies of #9380DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380DF

Black with #9380DF

Text Example


Text Example

White with #9380DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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