Html Css Color HEX #9F7FDC Medium Purple

📋 copy color: '#9F7FDC'

red 159 ◦ green 127 ◦ blue 220

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

Shades of Medium Purple #9F7FDC

Tints of Medium Purple #9F7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.1%

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

R = 31.42%
G = 25.1%
B = 43.48%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F7FDC (or 0x9F7FDC) is known color: Medium Purple. HEX triplet: 9F, 7F and DC. RGB value is (159,127,220). Sum of RGB (Red+Green+Blue) = 159+127+220=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7FDC is #608023. Grayscale: #929292. Windows color (decimal): -6324260 or 14450591. OLE color: 14450591.

HSL color Cylindrical-coordinate representation of color #9F7FDC: hue angle of 260.65º 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 #9F7FDC is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 127 220 -
CMYK 0.28 0.42 0 0.14
HSL 260.65º 0.57% 0.68% -
HSV(B) 260.65º 0.42% 0.86% -
XYZ 34.81 27.72 71.23 -
YUV 147.17 169.1 136.44 -
System Red Green Blue C M Y K H S L
Decimal 159 127 220 0.28 0.42 0 0.14 260.65 0.57 0.68
Hex 9F 7F DC 1C 2A 0 E 105 39 44
Octal 237 177 334 34 52 0 16 405 71 104
Binary 10011111 1111111 11011100 11100 101010 0 1110 100000101 111001 1000100

Color Harmonies of #9F7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7FDC

Black with #9F7FDC

Text Example


Text Example

White with #9F7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,127,220); }

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

background-color css

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

 a { background-color: rgb(159,127,220); }

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

border-color css

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

 span { border-color: rgb(159,127,220); }

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