Html Css Color HEX #9F80DF Medium Purple

📋 copy color: '#9F80DF'

red 159 ◦ green 128 ◦ blue 223

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

Shades of Medium Purple #9F80DF

Tints of Medium Purple #9F80DF

RGB

 RED value IS 159 (62.5% from 255) = 31.18%

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

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

R = 31.18%
G = 25.1%
B = 43.73%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F80DF (or 0x9F80DF) is known color: Medium Purple. HEX triplet: 9F, 80 and DF. RGB value is (159,128,223). Sum of RGB (Red+Green+Blue) = 159+128+223=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80DF is #607F20. Grayscale: #939393. Windows color (decimal): -6324001 or 14647455. OLE color: 14647455.

HSL color Cylindrical-coordinate representation of color #9F80DF: hue angle of 259.58º 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 #9F80DF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 128 223 -
CMYK 0.29 0.43 0 0.13
HSL 259.58º 0.6% 0.69% -
HSV(B) 259.58º 0.43% 0.87% -
XYZ 35.34 28.14 73.38 -
YUV 148.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 159 128 223 0.29 0.43 0 0.13 259.58 0.6 0.69
Hex 9F 80 DF 1D 2B 0 D 104 3C 45
Octal 237 200 337 35 53 0 15 404 74 105
Binary 10011111 10000000 11011111 11101 101011 0 1101 100000100 111100 1000101

Color Harmonies of #9F80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F80DF

Black with #9F80DF

Text Example


Text Example

White with #9F80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F80DF; }

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

 H1.HeaderClassName
 {
   color: #9F80DF;
 }
 .AnyTagClassName
 {
   color: #9F80DF;
 }
</style>

background-color css

<style>
 a { background-color: #9F80DF; }

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

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

border-color css

<style>
 span { border-color: #9F80DF; }

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

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